Update macro/Cargo.toml

This commit is contained in:
Niklas Adolfsson
2024-10-14 16:56:52 +02:00
committed by GitHub
parent adb7fce010
commit 40c58bbfd0
+1 -1
View File
@@ -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