Rename "everything" feature to "full"
This commit is contained in:
committed by
mergify[bot]
parent
a4956844bd
commit
0cc9c94c43
@@ -14,11 +14,10 @@ edition = "2018"
|
||||
# solana-program crate
|
||||
program = []
|
||||
|
||||
# "everything" includes functionality that is not compatible or needed for on-chain programs
|
||||
default = [
|
||||
"everything"
|
||||
"full" # functionality that is not compatible or needed for on-chain programs
|
||||
]
|
||||
everything = [
|
||||
full = [
|
||||
"assert_matches",
|
||||
"byteorder",
|
||||
"chrono",
|
||||
|
Reference in New Issue
Block a user