diff --git a/macro/Cargo.toml b/macro/Cargo.toml index d6ed56087e..659b791414 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -29,7 +29,7 @@ quote = { workspace = true } subxt-codegen = { workspace = true, features = ["fetch-metadata"] } scale-typegen = { workspace = true } polkadot-sdk = { workspace = true, optional = true, features = ["sp-io", "sc-executor-common", "sp-state-machine", "sp-maybe-compressed-blob", "sc-executor"] } -futures = { workspace = true } +futures = { workspace = true, features = ["executor"] } [lints] workspace = true \ No newline at end of file