From 68ec1cc86763128ab138f3e216dc16728ccf956b Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Mon, 14 Nov 2022 15:47:39 +0000 Subject: [PATCH] Restore default-features for subxt-cli/sp-core --- metadata/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index f2e574957e..10f2ee0447 100644 --- a/metadata/Cargo.toml +++ b/metadata/Cargo.toml @@ -15,7 +15,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 = { version = "6.0.0", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", package = "sp-core", default-features = false } +sp-core = { version = "6.0.0", 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"] }