Skip to content

Commit

Permalink
Fix formatting in Cargo.toml (paritytech#3842)
Browse files Browse the repository at this point in the history
Fixes formatting for
paritytech#3698
  • Loading branch information
dcompoze authored and dharjeezy committed Apr 9, 2024
1 parent c975f12 commit 3ebaddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/node/subsystem-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ bitvec = "1.0.1"
kvdb-memorydb = "0.13.0"

parity-scale-codec = { version = "3.6.1", features = ["derive", "std"] }
tokio = { version = "1.24.2", features = ["rt-multi-thread", "parking_lot"] }
tokio = { version = "1.24.2", features = ["parking_lot", "rt-multi-thread"] }
clap-num = "1.0.2"
polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" }
sp-keyring = { path = "../../../substrate/primitives/keyring" }
Expand Down

0 comments on commit 3ebaddd

Please sign in to comment.