mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 09:07:57 +00:00
Disable default features for strum (#13326)
This commit is contained in:
@@ -22,7 +22,7 @@ sp-io = { version = "7.0.0", default-features = false, path = "../io" }
|
||||
sp-mmr-primitives = { version = "4.0.0-dev", default-features = false, path = "../merkle-mountain-range" }
|
||||
sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
|
||||
strum = { version = "0.24.1", features = ["derive"] }
|
||||
strum = { version = "0.24.1", features = ["derive"], default-features = false }
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -15,6 +15,6 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
lazy_static = "1.4.0"
|
||||
strum = { version = "0.24.1", features = ["derive"] }
|
||||
strum = { version = "0.24.1", features = ["derive"], default-features = false }
|
||||
sp-core = { version = "7.0.0", path = "../core" }
|
||||
sp-runtime = { version = "7.0.0", path = "../runtime" }
|
||||
|
||||
Reference in New Issue
Block a user