Skip to content

Commit 94a779d

Browse files
author
yngrtc
committed
bump webrtc version to v0.7.3
1 parent da635ea commit 94a779d

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.2"
3+
version = "0.7.3"
44
authors = ["Rain Liu <yliu@webrtc.rs>"]
55
edition = "2021"
66
description = "A pure Rust implementation of WebRTC API"
@@ -19,7 +19,7 @@ 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" }
2121
mdns = { version = "0.5.0", path = "../mdns", package = "webrtc-mdns" }
22-
media = { version = "0.5.1", path = "../media", package = "webrtc-media" }
22+
media = { version = "0.6.0", path = "../media", package = "webrtc-media" }
2323
rtcp = { version = "0.7.0", path = "../rtcp" }
2424
rtp = { version = "0.6.7", path = "../rtp" }
2525
sctp = { version = "0.8.0", path = "../sctp", package = "webrtc-sctp" }

0 commit comments

Comments
 (0)