Skip to content

Commit

Permalink
bump webrtc to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Feb 23, 2024
1 parent 0ecc6d4 commit 3209713
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 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.

30 changes: 15 additions & 15 deletions webrtc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webrtc"
version = "0.9.0"
version = "0.10.0"
authors = ["Rain Liu <[email protected]>"]
edition = "2021"
description = "A pure Rust implementation of WebRTC API"
Expand All @@ -11,20 +11,20 @@ repository = "https://github.com/webrtc-rs/webrtc"
readme = "../README.md"

[dependencies]
data = { version = "0.8", path = "../data", package = "webrtc-data" }
dtls = { version = "0.9", path = "../dtls", package = "webrtc-dtls" }
ice = { version = "0.10", path = "../ice", package = "webrtc-ice" }
interceptor = { version = "0.10", path = "../interceptor" }
mdns = { version = "0.6", path = "../mdns", package = "webrtc-mdns" }
media = { version = "0.7", path = "../media", package = "webrtc-media" }
rtcp = { version = "0.10", path = "../rtcp" }
rtp = { version = "0.10", path = "../rtp" }
sctp = { version = "0.9", path = "../sctp", package = "webrtc-sctp" }
sdp = { version = "0.6", path = "../sdp" }
srtp = { version = "0.11", path = "../srtp", package = "webrtc-srtp" }
stun = { version = "0.5", path = "../stun" }
turn = { version = "0.7", path = "../turn" }
util = { version = "0.8", path = "../util", package = "webrtc-util" }
data = { version = "0.8.1", path = "../data", package = "webrtc-data" }
dtls = { version = "0.9.0", path = "../dtls", package = "webrtc-dtls" }
ice = { version = "0.10.1", path = "../ice", package = "webrtc-ice" }
interceptor = { version = "0.10.1", path = "../interceptor" }
mdns = { version = "0.6.1", path = "../mdns", package = "webrtc-mdns" }
media = { version = "0.7.1", path = "../media", package = "webrtc-media" }
rtcp = { version = "0.10.1", path = "../rtcp" }
rtp = { version = "0.10.0", path = "../rtp" }
sctp = { version = "0.9.1", path = "../sctp", package = "webrtc-sctp" }
sdp = { version = "0.6.1", path = "../sdp" }
srtp = { version = "0.11.1", path = "../srtp", package = "webrtc-srtp" }
stun = { version = "0.5.1", path = "../stun" }
turn = { version = "0.7.1", path = "../turn" }
util = { version = "0.8.1", path = "../util", package = "webrtc-util" }

arc-swap = "1"
tokio = { version = "1.32.0", features = ["full"] }
Expand Down

0 comments on commit 3209713

Please sign in to comment.