Skip to content

Commit dfdb8d6

Browse files
author
yngrtc
committed
bump rtcp to v0.11.0
1 parent 0787a9b commit dfdb8d6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.

interceptor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/webrtc-rs/interceptor"
1212
[dependencies]
1313
util = { version = "0.9.0", path = "../util", package = "webrtc-util", default-features = false, features = ["marshal", "sync"] }
1414
rtp = { version = "0.11.0", path = "../rtp" }
15-
rtcp = { version = "0.10.1", path = "../rtcp" }
15+
rtcp = { version = "0.11.0", path = "../rtcp" }
1616
srtp = { version = "0.12.0", path = "../srtp", package = "webrtc-srtp" }
1717

1818
tokio = { version = "1.32.0", features = ["sync", "time"] }

rtcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtcp"
3-
version = "0.10.1"
3+
version = "0.11.0"
44
authors = ["Rain Liu <[email protected]>", "Michael Uti <[email protected]>"]
55
edition = "2021"
66
description = "A pure Rust implementation of RTCP"

srtp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ util = { version = "0.9.0", path = "../util", package = "webrtc-util", default-f
2020
"marshal",
2121
] }
2222
rtp = { version = "0.11.0", path = "../rtp" }
23-
rtcp = { version = "0.10.1", path = "../rtcp" }
23+
rtcp = { version = "0.11.0", path = "../rtcp" }
2424

2525
byteorder = "1"
2626
bytes = "1"

webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ice = { version = "0.11.0", path = "../ice", package = "webrtc-ice" }
1717
interceptor = { version = "0.11.0", path = "../interceptor" }
1818
mdns = { version = "0.7.0", path = "../mdns", package = "webrtc-mdns" }
1919
media = { version = "0.7.1", path = "../media", package = "webrtc-media" }
20-
rtcp = { version = "0.10.1", path = "../rtcp" }
20+
rtcp = { version = "0.11.0", path = "../rtcp" }
2121
rtp = { version = "0.11.0", path = "../rtp" }
2222
sctp = { version = "0.9.1", path = "../sctp", package = "webrtc-sctp" }
2323
sdp = { version = "0.6.2", path = "../sdp" }

0 commit comments

Comments
 (0)