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: