Update mdns version and changelog.

This commit is contained in:
Roman S. Borschel 2020-10-05 10:11:50 +02:00
parent fe30849eec
commit 049d808566
3 changed files with 6 additions and 2 deletions

View File

@ -88,7 +88,7 @@ wasm-timer = "0.2.4"
[target.'cfg(not(any(target_os = "emscripten", target_os = "wasi", target_os = "unknown")))'.dependencies]
libp2p-deflate = { version = "0.22.0", path = "protocols/deflate", optional = true }
libp2p-dns = { version = "0.22.0", path = "transports/dns", optional = true }
libp2p-mdns = { version = "0.22.0", path = "protocols/mdns", optional = true }
libp2p-mdns = { version = "0.22.1", path = "protocols/mdns", optional = true }
libp2p-tcp = { version = "0.22.0", path = "transports/tcp", optional = true }
libp2p-websocket = { version = "0.23.1", path = "transports/websocket", optional = true }

View File

@ -1,3 +1,7 @@
# 0.22.1 [unreleased]
- Double receive buffer to 4KiB. [PR 1779](https://github.com/libp2p/rust-libp2p/pull/1779/files).
# 0.22.0 [2020-09-09]
- Update `libp2p-swarm` and `libp2p-core`.

View File

@ -1,7 +1,7 @@
[package]
name = "libp2p-mdns"
edition = "2018"
version = "0.22.0"
version = "0.22.1"
description = "Implementation of the libp2p mDNS discovery method"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"