Bump libp2p version

This commit is contained in:
Ivan Boldyrev 2023-10-09 12:31:36 +04:00
parent d68fe13e98
commit 0c69bc665a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 0.52.4
- Update `libp2p-identity` version to 0.2.6.
## 0.52.3
- Add `libp2p-quic` stable release.

View File

@ -3,7 +3,7 @@ name = "libp2p"
edition = "2021"
rust-version = { workspace = true }
description = "Peer-to-peer networking library"
version = "0.52.3"
version = "0.52.4"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"