Remove version in subxt-metadata

This commit is contained in:
Andrew Jones
2022-11-15 12:59:36 +00:00
parent 1d5674ee51
commit bd7a4631fd
+2 -1
View File
@@ -15,7 +15,8 @@ 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 = { version = "6.0.0", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", package = "sp-core" }
# todo: update to released version when available
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", package = "sp-core" }
[dev-dependencies]
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }