From bd7a4631fd06bdb5c993aba6a57aa3a818b1e078 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Tue, 15 Nov 2022 12:59:36 +0000 Subject: [PATCH] Remove version in subxt-metadata --- metadata/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index 10f2ee0447..0ad5ca5c78 100644 --- a/metadata/Cargo.toml +++ b/metadata/Cargo.toml @@ -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"] }