Skip to content

Commit

Permalink
bump ice v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Feb 23, 2024
1 parent 35e8025 commit 5dfced1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.

10 changes: 5 additions & 5 deletions ice/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webrtc-ice"
version = "0.10.0"
version = "0.10.1"
authors = ["Rain Liu <[email protected]>"]
edition = "2021"
description = "A pure Rust implementation of ICE"
Expand All @@ -10,10 +10,10 @@ homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/ice"

[dependencies]
util = { version = "0.8", path = "../util", package = "webrtc-util", default-features = false, features = ["conn", "vnet", "sync"] }
turn = { version = "0.7", path = "../turn" }
stun = { version = "0.5", path = "../stun" }
mdns = { version = "0.6", path = "../mdns", package = "webrtc-mdns" }
util = { version = "0.8.1", path = "../util", package = "webrtc-util", default-features = false, features = ["conn", "vnet", "sync"] }
turn = { version = "0.7.1", path = "../turn" }
stun = { version = "0.5.1", path = "../stun" }
mdns = { version = "0.6.1", path = "../mdns", package = "webrtc-mdns" }

arc-swap = "1"
async-trait = "0.1"
Expand Down

0 comments on commit 5dfced1

Please sign in to comment.