Skip to content

Commit cf84d54

Browse files
author
yngrtc
committed
bump mdns to v0.8.0
1 parent bbed040 commit cf84d54

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/webrtc-rs/webrtc/tree/master/ice"
1313
util = { version = "0.10.0", path = "../util", package = "webrtc-util", default-features = false, features = ["conn", "vnet", "sync"] }
1414
turn = { version = "0.8.0", path = "../turn" }
1515
stun = { version = "0.6.0", path = "../stun" }
16-
mdns = { version = "0.7.0", path = "../mdns", package = "webrtc-mdns" }
16+
mdns = { version = "0.8.0", path = "../mdns", package = "webrtc-mdns" }
1717

1818
arc-swap = "1"
1919
async-trait = "0.1"

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.7.0"
3+
version = "0.8.0"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2021"
66
description = "A pure Rust implementation of mDNS"

webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ data = { version = "0.9.0", path = "../data", package = "webrtc-data" }
1515
dtls = { version = "0.10.0", path = "../dtls", package = "webrtc-dtls" }
1616
ice = { version = "0.11.0", path = "../ice", package = "webrtc-ice" }
1717
interceptor = { version = "0.12.0", path = "../interceptor" }
18-
mdns = { version = "0.7.0", path = "../mdns", package = "webrtc-mdns" }
18+
mdns = { version = "0.8.0", path = "../mdns", package = "webrtc-mdns" }
1919
media = { version = "0.8.0", path = "../media", package = "webrtc-media" }
2020
rtcp = { version = "0.11.0", path = "../rtcp" }
2121
rtp = { version = "0.11.0", path = "../rtp" }

0 commit comments

Comments
 (0)