mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 11:02:12 +00:00
Update mdns version and changelog.
This commit is contained in:
parent
fe30849eec
commit
049d808566
@ -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 }
|
||||
|
||||
|
@ -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`.
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user