mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-04 15:12:15 +00:00
transports/tcp: Bump to v0.35.0 (#2760)
Follow up on https://github.com/libp2p/rust-libp2p/pull/2724/. Given that libp2p-core is bumped to v0.35.0, libp2p-tcp needs to be bumped as well.
This commit is contained in:
parent
e95232cfaa
commit
66c2319230
@ -107,7 +107,7 @@ smallvec = "1.6.1"
|
||||
libp2p-deflate = { version = "0.35.0", path = "transports/deflate", optional = true }
|
||||
libp2p-dns = { version = "0.35.0", path = "transports/dns", optional = true, default-features = false }
|
||||
libp2p-mdns = { version = "0.39.0", path = "protocols/mdns", optional = true }
|
||||
libp2p-tcp = { version = "0.34.0", path = "transports/tcp", default-features = false, optional = true }
|
||||
libp2p-tcp = { version = "0.35.0", path = "transports/tcp", default-features = false, optional = true }
|
||||
libp2p-websocket = { version = "0.37.0", path = "transports/websocket", optional = true }
|
||||
|
||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||
|
@ -1,3 +1,7 @@
|
||||
# 0.35.0 [unreleased]
|
||||
|
||||
- Update to `libp2p-core` `v0.35.0`.
|
||||
|
||||
# 0.34.0
|
||||
|
||||
- Update to `libp2p-core` `v0.34.0`.
|
||||
|
@ -3,7 +3,7 @@ name = "libp2p-tcp"
|
||||
edition = "2021"
|
||||
rust-version = "1.56.1"
|
||||
description = "TCP/IP transport protocol for libp2p"
|
||||
version = "0.34.0"
|
||||
version = "0.35.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/libp2p/rust-libp2p"
|
||||
|
Loading…
x
Reference in New Issue
Block a user