Skip to content

Commit

Permalink
bump rtcp to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 11, 2024
1 parent 4e9d94c commit 7e19dce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions rtc-rtcp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rtc-rtcp"
version = "0.1.0"
version = "0.2.0"
authors = ["Rain Liu <yliu@webrtc.rs>"]
edition = "2021"
description = "RTC RTCP in Rust"
Expand All @@ -12,5 +12,5 @@ repository = "https://github.com/webrtc-rs/rtc"
[dependencies]
shared = { version = "0.2.0", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = ["marshal"] }

bytes = "1"
thiserror = "1"
bytes = "1.5.0"
thiserror = "1.0.57"
2 changes: 1 addition & 1 deletion rtc-srtp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/webrtc-rs/rtc"
[dependencies]
shared = { version = "0.2.0", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = ["crypto", "marshal", "replay"] }
rtp = { version = "0.2.0", path = "../rtc-rtp", package = "rtc-rtp" }
rtcp = { version = "0.1", path = "../rtc-rtcp", package = "rtc-rtcp" }
rtcp = { version = "0.2.0", path = "../rtc-rtcp", package = "rtc-rtcp" }

byteorder = "1"
bytes = "1"
Expand Down

0 comments on commit 7e19dce

Please sign in to comment.