Skip to content

Commit

Permalink
Fix formatting in Cargo.toml (#3842)
Browse files Browse the repository at this point in the history
Fixes formatting for
#3698
  • Loading branch information
dcompoze authored Mar 26, 2024
1 parent cc1e6ac commit ea97863
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 ea97863

Please sign in to comment.