mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +00:00
Disable default features for strum (#13326)
This commit is contained in:
@@ -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