We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa2675 commit aba3f46Copy full SHA for aba3f46
mdns/CHANGELOG.md
@@ -2,7 +2,12 @@
2
3
## Unreleased
4
5
+## v0.5.2
6
+
7
* Change log level for packet reception [#366](https://github.com/webrtc-rs/webrtc/pull/366).
8
9
+## v0.5.1
10
11
* Increased minimum support rust version to `1.60.0`.
12
* Increased required `webrtc-util` version to `0.7.0`.
13
mdns/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "webrtc-mdns"
-version = "0.5.1"
+version = "0.5.2"
authors = ["Rain Liu <[email protected]>"]
edition = "2018"
description = "A pure Rust implementation of mDNS"
0 commit comments