Skip to content

Commit

Permalink
deps: promote futures to workspace dependency
Browse files Browse the repository at this point in the history
Promote `futures` to workspace dependency for easier management.

Pull-Request: libp2p#5329.
  • Loading branch information
drHuangMHT authored Apr 27, 2024
1 parent 3c18028 commit 872085a
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 @@ -10,7 +10,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
futures = "0.3.29"
futures = { workspace = true }
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true, features = ["peerid"] }
libp2p-swarm = { workspace = true }
Expand Down

0 comments on commit 872085a

Please sign in to comment.