Bump Substrate dependencies (#840)

This commit is contained in:
Piotr Mikołajczyk
2023-02-28 11:00:15 +01:00
committed by GitHub
parent 924acedf6e
commit 1c5faf3f8f
5 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ description = "Command line utilities for checking metadata compatibility betwee
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full"] }
frame-metadata = "15.0.0"
scale-info = "2.0.0"
sp-core-hashing = "6.0.0"
sp-core-hashing = "7.0.0"
[dev-dependencies]
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }