Nits for subtree (#2241)

* Updated version according to Cumulus

* Renaming

* Cargo.lock
This commit is contained in:
Branislav Kontur
2023-07-04 15:53:44 +02:00
committed by Bastian Köcher
parent 504c6bd622
commit 320aea743b
27 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jsonrpsee = { version = "0.17", features = ["macros", "ws-client"] }
log = "0.4.17"
num-traits = "0.2"
rand = "0.8"
scale-info = { version = "2.6.0", features = ["derive"] }
scale-info = { version = "2.9.0", features = ["derive"] }
tokio = { version = "1.28", features = ["rt-multi-thread"] }
thiserror = "1.0.40"