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:
Max Inden
2022-07-19 08:57:50 +02:00
committed by GitHub
parent e95232cfaa
commit 66c2319230
3 changed files with 6 additions and 2 deletions

View File

@ -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`.

View File

@ -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"