We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b73498 commit cad2132Copy full SHA for cad2132
webrtc/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "webrtc"
3
-version = "0.7.0"
+version = "0.7.1"
4
authors = ["Rain Liu <[email protected]>"]
5
edition = "2021"
6
description = "A pure Rust implementation of WebRTC API"
@@ -14,7 +14,7 @@ rust-version = "1.60.0"
14
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15
16
[dependencies]
17
-data = { version = "0.6.1", path = "../data", package = "webrtc-data" }
+data = { version = "0.7.0", path = "../data", package = "webrtc-data" }
18
dtls = { version = "0.7.1", path = "../dtls", package = "webrtc-dtls" }
19
ice = { version = "0.9.0", path = "../ice", package = "webrtc-ice" }
20
interceptor = { version = "0.8.2", path = "../interceptor" }
0 commit comments