Skip to content

Commit

Permalink
bump rtcp to v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Feb 23, 2024
1 parent 6a2e2e5 commit 9771626
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions rtcp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rtcp"
version = "0.10.0"
version = "0.10.1"
authors = ["Rain Liu <[email protected]>", "Michael Uti <[email protected]>"]
edition = "2021"
description = "A pure Rust implementation of RTCP"
Expand All @@ -10,7 +10,7 @@ homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/rtcp"

[dependencies]
util = { version = "0.8", path = "../util", package = "webrtc-util", default-features = false, features = ["marshal"] }
util = { version = "0.8.1", path = "../util", package = "webrtc-util", default-features = false, features = ["marshal"] }

bytes = "1"
thiserror = "1"

0 comments on commit 9771626

Please sign in to comment.