mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-29 01:31:33 +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:
@ -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"
|
||||
|
Reference in New Issue
Block a user