Disable default features for strum (#13326)

This commit is contained in:
Koute
2023-02-08 00:29:14 +09:00
committed by GitHub
parent cad4982afd
commit a5fd71ae62
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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" }