Skip to content

Commit

Permalink
bump ice to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Dec 7, 2024
1 parent ef82ed8 commit 15b4f5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ice/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webrtc-ice"
version = "0.11.0"
version = "0.12.0"
authors = ["Rain Liu <[email protected]>"]
edition = "2021"
description = "A pure Rust implementation of ICE"
Expand Down
2 changes: 1 addition & 1 deletion webrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "../README.md"
[dependencies]
data = { version = "0.9.0", path = "../data", package = "webrtc-data" }
dtls = { version = "0.10.0", path = "../dtls", package = "webrtc-dtls" }
ice = { version = "0.11.0", path = "../ice", package = "webrtc-ice" }
ice = { version = "0.12.0", path = "../ice", package = "webrtc-ice" }
interceptor = { version = "0.12.0", path = "../interceptor" }
mdns = { version = "0.8.0", path = "../mdns", package = "webrtc-mdns" }
media = { version = "0.8.0", path = "../media", package = "webrtc-media" }
Expand Down

0 comments on commit 15b4f5d

Please sign in to comment.