Skip to content
Snippets Groups Projects
Unverified Commit a9baa520 authored by Niklas Adolfsson's avatar Niklas Adolfsson Committed by GitHub
Browse files

deps: remove unused feature `subxt/substrate-compat` (#7643)

Partly fixes #7403

Subxt depends still on sp-crypto-hashing v0.7 but it's only one
dependency after removing the substrate-compat feature which is probably
"acceptable"
parent cdc03394
No related merge requests found
Pipeline #516789 waiting for manual action with stages
in 1 hour, 6 minutes, and 17 seconds
This diff is collapsed.
......@@ -15,7 +15,7 @@ log = { workspace = true }
polkadot-primitives = { workspace = true, default-features = true }
serde = { workspace = true }
serde_json = { workspace = true }
subxt = { workspace = true, features = ["substrate-compat"] }
subxt = { workspace = true }
subxt-signer = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread"] }
tokio-util = { workspace = true, features = ["time"] }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment