Skip to content

Commit 550278a

Browse files
Release mdns version 0.5.1
1 parent 9e0ddd6 commit 550278a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mdns/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44

55
* Increased minimum support rust version to `1.60.0`.
6+
* Increased required `webrtc-util` version to `0.7.0`.
67

78
## v0.5.0
89

mdns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc-mdns"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2018"
66
description = "A pure Rust implementation of mDNS"

0 commit comments

Comments
 (0)