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 9e0ddd6 commit 550278aCopy full SHA for 550278a
mdns/CHANGELOG.md
@@ -3,6 +3,7 @@
3
## Unreleased
4
5
* Increased minimum support rust version to `1.60.0`.
6
+* Increased required `webrtc-util` version to `0.7.0`.
7
8
## v0.5.0
9
mdns/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "webrtc-mdns"
-version = "0.5.0"
+version = "0.5.1"
authors = ["Rain Liu <[email protected]>"]
edition = "2018"
description = "A pure Rust implementation of mDNS"
0 commit comments