Skip to content

Commit

Permalink
Merge branch 'master' into tmp-connection-id-ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Mar 21, 2023
2 parents 1d91f0c + 0341817 commit a905479
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions swarm-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ categories = ["network-programming", "asynchronous"]

[dependencies]
async-trait = "0.1.57"
libp2p-core = { path = "../core" }
libp2p-identity = { path = "../identity" }
libp2p-plaintext = { path = "../transports/plaintext" }
libp2p-swarm = { path = "../swarm" }
libp2p-tcp = { path = "../transports/tcp", features = ["async-io"] }
libp2p-yamux = { path = "../muxers/yamux" }
libp2p-core = { version = "0.39.1", path = "../core" }
libp2p-identity = { version = "0.1.1", path = "../identity" }
libp2p-plaintext = { version = "0.39.1", path = "../transports/plaintext" }
libp2p-swarm = { version = "0.42.0", path = "../swarm" }
libp2p-tcp = { version = "0.39.0", path = "../transports/tcp", features = ["async-io"] }
libp2p-yamux = { version = "0.43.0", path = "../muxers/yamux" }
futures = "0.3.27"
log = "0.4.17"
rand = "0.8.5"
Expand Down

0 comments on commit a905479

Please sign in to comment.