mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-12 09:31:20 +00:00
@ -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].
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.43.1 [unreleased]
|
||||
# 0.43.1
|
||||
|
||||
- Derive `Clone` for `mdns::Event`. See [PR 3606].
|
||||
|
||||
|
@ -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"
|
||||
|
@ -1,3 +1,3 @@
|
||||
# 0.1.0 - unreleased
|
||||
# 0.1.0
|
||||
|
||||
- Initial release.
|
||||
|
Reference in New Issue
Block a user