File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ Library for automating workflows and testing NEAR smart contracts.
1313async-trait = " 0.1"
1414base64 = " 0.22"
1515bs58 = " 0.5"
16- cargo_metadata = { version = " 0.18" , optional = true }
17- cargo-near-build = { version = " 0.2.0" }
16+ cargo-near-build = { version = " 0.2.0" , optional = true }
1817chrono = " 0.4.19"
1918fs2 = " 0.4"
2019rand = " 0.8.4"
@@ -57,9 +56,9 @@ tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
5756
5857[features ]
5958default = [" install" ]
60- install = [] # Install the sandbox binary during compile time
59+ install = [] # Install the sandbox binary during compile time
6160interop_sdk = [" near-sdk" ]
62- unstable = [" cargo_metadata " ]
61+ unstable = [" dep:cargo-near-build " ]
6362experimental = [" near-chain-configs" ]
6463
6564[package .metadata .docs .rs ]
You can’t perform that action at this time.
0 commit comments