When native feature is enabled, we need polkadot-sdk/std for eg examples to work (#1864)

This commit is contained in:
James Wilson
2024-11-13 10:59:01 +00:00
committed by GitHub
parent 362aea32d8
commit f861adf5f0
+1
View File
@@ -31,6 +31,7 @@ native = [
"subxt-lightclient?/native",
"tokio-util",
"tokio?/sync",
"polkadot-sdk/std",
]
# Enable this for web/wasm builds.