Use default-features for sp-runtime again :(

This commit is contained in:
Andrew Jones
2022-11-14 11:48:24 +00:00
parent b0d99d4ec0
commit 5f1a717638
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ subxt-metadata = { version = "0.24.0", path = "../metadata" }
# todo: release these from substrate and use crates.io packages
sp-core = { version = "6.0.0", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", package = "sp-core", default-features = false }
sp-runtime = { version = "6.0.0", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", package = "sp-runtime", default-features = false }
sp-runtime = { version = "6.0.0", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", package = "sp-runtime" }
frame-metadata = "15.0.0"
derivative = "2.2.0"
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
subxt = { path = "../../subxt" }
sp-runtime = { version = "6.0.0", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", package = "sp-runtime", default-features = false }
sp-runtime = { version = "6.0.0", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", package = "sp-runtime" }
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
[build-dependencies]