Restore default-features for subxt-cli/sp-core

This commit is contained in:
Andrew Jones
2022-11-14 15:47:39 +00:00
parent 5f1a717638
commit 68ec1cc867
+1 -1
View File
@@ -15,7 +15,7 @@ description = "Command line utilities for checking metadata compatibility betwee
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full"] }
frame-metadata = "15.0.0"
scale-info = "2.0.0"
sp-core = { version = "6.0.0", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", package = "sp-core", default-features = false }
sp-core = { version = "6.0.0", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", package = "sp-core" }
[dev-dependencies]
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }