From ce17d825891fa8c2c9d695c1c9154625f22014dc Mon Sep 17 00:00:00 2001 From: Tadeo hepperle Date: Wed, 14 Feb 2024 10:42:04 +0100 Subject: [PATCH] remove std feature flag --- subxt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subxt/Cargo.toml b/subxt/Cargo.toml index 0c181be3db..7655a0c5f4 100644 --- a/subxt/Cargo.toml +++ b/subxt/Cargo.toml @@ -97,7 +97,7 @@ sp-runtime = { workspace = true, optional = true } # Other subxt crates we depend on. subxt-macro = { workspace = true } -subxt-metadata = { workspace = true, features = ["std"] } +subxt-metadata = { workspace = true } subxt-lightclient = { workspace = true, optional = true, default-features = false } # Light client support: