Skip to content

Commit 500cffd

Browse files
abi-with-schemars
1 parent 0200fe0 commit 500cffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ publish = true
1111
[features]
1212
abi = ["borsh/unstable__schema", "schemars-stable"]
1313
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"]
14+
abi-with-schemars-v1 = ["borsh/unstable__schema", "schemars-v1"]
15+
abi-with-schemars-v0_8 = ["borsh/unstable__schema", "schemars-v0_8"]
1616
# This feature was introduced for legacy reasons for nearcore, and MUST be avoided
1717
# https://github.com/near/nearcore/pull/4621#issuecomment-892099860
1818
internal_unstable = []

0 commit comments

Comments
 (0)