File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ categories = ["network-programming", "asynchronous"]
13
13
14
14
[dependencies ]
15
15
async-trait = " 0.1.57"
16
- libp2p-core = { path = " ../core" }
17
- libp2p-identity = { path = " ../identity" }
18
- libp2p-plaintext = { path = " ../transports/plaintext" }
19
- libp2p-swarm = { path = " ../swarm" }
20
- libp2p-tcp = { path = " ../transports/tcp" , features = [" async-io" ] }
21
- libp2p-yamux = { path = " ../muxers/yamux" }
16
+ libp2p-core = { version = " 0.39.1 " , path = " ../core" }
17
+ libp2p-identity = { version = " 0.1.1 " , path = " ../identity" }
18
+ libp2p-plaintext = { version = " 0.39.1 " , path = " ../transports/plaintext" }
19
+ libp2p-swarm = { version = " 0.42.0 " , path = " ../swarm" }
20
+ libp2p-tcp = { version = " 0.39.0 " , path = " ../transports/tcp" , features = [" async-io" ] }
21
+ libp2p-yamux = { version = " 0.43.0 " , path = " ../muxers/yamux" }
22
22
futures = " 0.3.27"
23
23
log = " 0.4.17"
24
24
rand = " 0.8.5"
You can’t perform that action at this time.
0 commit comments