Remove unnecessary skip-no-mangle feature from sdk (#12684)
This commit is contained in:
@ -11,8 +11,6 @@ edition = "2018"
|
|||||||
[features]
|
[features]
|
||||||
# On-chain program specific dependencies
|
# On-chain program specific dependencies
|
||||||
program = []
|
program = []
|
||||||
# Program elements to optionally skip
|
|
||||||
skip-no-mangle = []
|
|
||||||
# Dependencies that are not compatible or needed for on-chain programs
|
# Dependencies that are not compatible or needed for on-chain programs
|
||||||
default = [
|
default = [
|
||||||
"assert_matches",
|
"assert_matches",
|
||||||
|
Reference in New Issue
Block a user