Skip to content

Commit

Permalink
bump media to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed May 2, 2024
1 parent 4e660ce commit 410aeab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion media/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webrtc-media"
version = "0.7.1"
version = "0.8.0"
authors = ["Rain Liu <[email protected]>"]
edition = "2021"
description = "A pure Rust implementation of WebRTC Media API"
Expand Down
2 changes: 1 addition & 1 deletion webrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dtls = { version = "0.10.0", path = "../dtls", package = "webrtc-dtls" }
ice = { version = "0.11.0", path = "../ice", package = "webrtc-ice" }
interceptor = { version = "0.11.0", path = "../interceptor" }
mdns = { version = "0.7.0", path = "../mdns", package = "webrtc-mdns" }
media = { version = "0.7.1", path = "../media", package = "webrtc-media" }
media = { version = "0.8.0", path = "../media", package = "webrtc-media" }
rtcp = { version = "0.11.0", path = "../rtcp" }
rtp = { version = "0.11.0", path = "../rtp" }
sctp = { version = "0.10.0", path = "../sctp", package = "webrtc-sctp" }
Expand Down

0 comments on commit 410aeab

Please sign in to comment.