Skip to content

Commit 15b4f5d

Browse files
author
yngrtc
committed
bump ice to v0.12.0
1 parent ef82ed8 commit 15b4f5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc-ice"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2021"
66
description = "A pure Rust implementation of ICE"

webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "../README.md"
1313
[dependencies]
1414
data = { version = "0.9.0", path = "../data", package = "webrtc-data" }
1515
dtls = { version = "0.10.0", path = "../dtls", package = "webrtc-dtls" }
16-
ice = { version = "0.11.0", path = "../ice", package = "webrtc-ice" }
16+
ice = { version = "0.12.0", path = "../ice", package = "webrtc-ice" }
1717
interceptor = { version = "0.12.0", path = "../interceptor" }
1818
mdns = { version = "0.8.0", path = "../mdns", package = "webrtc-mdns" }
1919
media = { version = "0.8.0", path = "../media", package = "webrtc-media" }

0 commit comments

Comments
 (0)