Skip to content

Commit c497d98

Browse files
author
yngrtc
committed
bump media to v0.9.0
1 parent fe7f5b1 commit c497d98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

media/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc-media"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2021"
66
description = "A pure Rust implementation of WebRTC Media API"

webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dtls = { version = "0.11.0", path = "../dtls", package = "webrtc-dtls" }
1616
ice = { version = "0.12.0", path = "../ice", package = "webrtc-ice" }
1717
interceptor = { version = "0.12.0", path = "../interceptor" }
1818
mdns = { version = "0.8.0", path = "../mdns", package = "webrtc-mdns" }
19-
media = { version = "0.8.0", path = "../media", package = "webrtc-media" }
19+
media = { version = "0.9.0", path = "../media", package = "webrtc-media" }
2020
rtcp = { version = "0.12.0", path = "../rtcp" }
2121
rtp = { version = "0.12.0", path = "../rtp" }
2222
sctp = { version = "0.11.0", path = "../sctp", package = "webrtc-sctp" }

0 commit comments

Comments
 (0)