Skip to content

Commit

Permalink
transports/tcp: Bump to v0.35.0 (#2760)
Browse files Browse the repository at this point in the history
Follow up on #2724. Given that
libp2p-core is bumped to v0.35.0, libp2p-tcp needs to be bumped as well.
  • Loading branch information
mxinden committed Jul 19, 2022
1 parent e95232c commit 66c2319
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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]
Expand Down
4 changes: 4 additions & 0 deletions transports/tcp/CHANGELOG.md
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion transports/tcp/Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 66c2319

Please sign in to comment.