Skip to content

Commit 29146bf

Browse files
pin libp2p-tcp=0.37.0 for sc-telemetry
1 parent 657ed63 commit 29146bf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/telemetry/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ targets = ["x86_64-unknown-linux-gnu"]
1717
chrono = "0.4.19"
1818
futures = "0.3.21"
1919
libp2p = { version = "0.49.0", default-features = false, features = ["dns", "tcp", "tokio", "wasm-ext", "websocket"] }
20+
# Fix the resolution of libp2p-tcp according to the lockfile for publishing. This could be removed
21+
# once libp2p is upgraded to >=0.50.
22+
libp2p-tcp = "=0.37.0"
2023
log = "0.4.17"
2124
parking_lot = "0.12.1"
2225
pin-project = "1.0.12"

0 commit comments

Comments
 (0)