From 5030b0452dc2609545ee60e83477dac190ed7fe2 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Tue, 12 Nov 2024 17:55:36 +0000 Subject: [PATCH] When native feature is enabled, we need polkadot-sdk/std for eg examples to work --- 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.