Bump strum from 0.22 -> 0.23 (#10758)

This commit is contained in:
Alexander Theißen
2022-01-31 21:04:12 +01:00
committed by GitHub
parent f3168c3fa0
commit 0bfbf5a89f
5 changed files with 14 additions and 34 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ targets = ["x86_64-unknown-linux-gnu"]
sp-core = { version = "4.1.0-dev", path = "../core" }
sp-runtime = { version = "4.1.0-dev", path = "../runtime" }
lazy_static = "1.4.0"
strum = { version = "0.22.0", features = ["derive"] }
strum = { version = "0.23.0", features = ["derive"] }