Skip to content

Commit

Permalink
rust-client: use libp2p from git by revision
Browse files Browse the repository at this point in the history
  • Loading branch information
elenaf9 committed Nov 30, 2022
1 parent e5d8c10 commit 63c45cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env_logger = "0.9"
either = "1.6.1"
futures = "0.3"
futures-timer = "3.0.0"
libp2p = { version = "0.50.0", git = "https://github.com/elenaf9/rust-libp2p", branch = "quic/draft-29", features = ["async-std", "dcutr", "dns", "identify", "noise", "relay", "ping", "quic", "tcp", "yamux", "macros"] }
libp2p = { version = "0.50.0", git = "https://github.com/elenaf9/rust-libp2p", rev = "fa39fc651ff49f1a173ced0c2c7cc05a57e27242", features = ["async-std", "dcutr", "dns", "identify", "noise", "relay", "ping", "quic", "tcp", "yamux", "macros"] }
log = "0.4"
prost = "0.11.2"
rand = "0.8.5"
Expand Down

0 comments on commit 63c45cf

Please sign in to comment.