mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 12:11:09 +00:00
Fixup some wrong dependencies (#12899)
* Fixup some wrong dependencies Dev dependencies should not appear in the feature list. If features are required, they should be directly enabled for the `dev-dependency`. * More fixups * Fix fix * Remove deprecated feature * Make all work properly and nice!! * FMT * Fix formatting
This commit is contained in:
@@ -26,7 +26,7 @@ sp-core = { version = "7.0.0", default-features = false, path = "../../primitive
|
||||
sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" }
|
||||
log = { version = "0.4.0", default-features = false }
|
||||
|
||||
# Optional: usef for testing and/or fuzzing
|
||||
# Optional: use for testing and/or fuzzing
|
||||
pallet-balances = { version = "4.0.0-dev", path = "../balances", optional = true }
|
||||
sp-tracing = { version = "6.0.0", path = "../../primitives/tracing", optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user