chore: prepare libp2p v0.51.2

Depends-On: #3693.

Pull-Request: #3694.
This commit is contained in:
Max Inden
2023-03-29 15:04:18 +02:00
committed by GitHub
parent bd0459121f
commit 486ac8baf2
11 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# 0.44.2 - unreleased
# 0.44.2
- Signed messages now use sequential integers in the sequence number field.
See [PR 3551].

View File

@ -1,4 +1,4 @@
# 0.43.1 [unreleased]
# 0.43.1
- Derive `Clone` for `mdns::Event`. See [PR 3606].

View File

@ -2,7 +2,7 @@
name = "libp2p-mdns"
edition = "2021"
rust-version = "1.62.0"
version = "0.43.0"
version = "0.43.1"
description = "Implementation of the libp2p mDNS discovery method"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"

View File

@ -1,3 +1,3 @@
# 0.1.0 - unreleased
# 0.1.0
- Initial release.