Skip to content

Commit cad2132

Browse files
author
yngrtc
committed
bump webrtc version to v0.7.1
1 parent 3b73498 commit cad2132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webrtc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2021"
66
description = "A pure Rust implementation of WebRTC API"
@@ -14,7 +14,7 @@ rust-version = "1.60.0"
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
data = { version = "0.6.1", path = "../data", package = "webrtc-data" }
17+
data = { version = "0.7.0", path = "../data", package = "webrtc-data" }
1818
dtls = { version = "0.7.1", path = "../dtls", package = "webrtc-dtls" }
1919
ice = { version = "0.9.0", path = "../ice", package = "webrtc-ice" }
2020
interceptor = { version = "0.8.2", path = "../interceptor" }

0 commit comments

Comments
 (0)