Skip to content

Commit

Permalink
deps: promote tokio to workspace dependency
Browse files Browse the repository at this point in the history
Promote `tokio` to workspace dependency.

Pull-Request: libp2p#5251.
  • Loading branch information
drHuangMHT authored Apr 15, 2024
1 parent 27e1bc4 commit 3c18028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rand = "0.8"

[dev-dependencies]
libp2p-swarm-test = { workspace = true }
tokio = { version = "1", features = ["full"] }
tokio = { workspace = true, features = ["full"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

[lints]
Expand Down

0 comments on commit 3c18028

Please sign in to comment.