From f861adf5f05a7cc9c0dfe6d4ad59aca21c6da17e Mon Sep 17 00:00:00 2001 From: James Wilson Date: Wed, 13 Nov 2024 10:59:01 +0000 Subject: [PATCH] When native feature is enabled, we need polkadot-sdk/std for eg examples to work (#1864) --- subxt/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/subxt/Cargo.toml b/subxt/Cargo.toml index e8fab06d7e..9743b49dd8 100644 --- a/subxt/Cargo.toml +++ b/subxt/Cargo.toml @@ -31,6 +31,7 @@ native = [ "subxt-lightclient?/native", "tokio-util", "tokio?/sync", + "polkadot-sdk/std", ] # Enable this for web/wasm builds.