We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0200fe0 commit 500cffdCopy full SHA for 500cffd
Cargo.toml
@@ -11,8 +11,8 @@ publish = true
11
[features]
12
abi = ["borsh/unstable__schema", "schemars-stable"]
13
abi-alpha = ["borsh/unstable__schema", "schemars-alpha"]
14
-abi-v1 = ["borsh/unstable__schema", "schemars-v1"]
15
-abi-v0_8 = ["borsh/unstable__schema", "schemars-v0_8"]
+abi-with-schemars-v1 = ["borsh/unstable__schema", "schemars-v1"]
+abi-with-schemars-v0_8 = ["borsh/unstable__schema", "schemars-v0_8"]
16
# This feature was introduced for legacy reasons for nearcore, and MUST be avoided
17
# https://github.com/near/nearcore/pull/4621#issuecomment-892099860
18
internal_unstable = []
0 commit comments