Skip to content

Commit 0787a9b

Browse files
author
yngrtc
committed
bump rtp to v0.11.0
1 parent d1778a7 commit 0787a9b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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
@@ -11,7 +11,7 @@ repository = "https://github.com/webrtc-rs/interceptor"
1111

1212
[dependencies]
1313
util = { version = "0.9.0", path = "../util", package = "webrtc-util", default-features = false, features = ["marshal", "sync"] }
14-
rtp = { version = "0.10.0", path = "../rtp" }
14+
rtp = { version = "0.11.0", path = "../rtp" }
1515
rtcp = { version = "0.10.1", path = "../rtcp" }
1616
srtp = { version = "0.12.0", path = "../srtp", package = "webrtc-srtp" }
1717

media/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/media"
1111

1212
[dependencies]
13-
rtp = { version = "0.10.0", path = "../rtp" }
13+
rtp = { version = "0.11.0", path = "../rtp" }
1414

1515
byteorder = "1"
1616
bytes = "1"

rtp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtp"
3-
version = "0.10.0"
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 RTP"

srtp/Cargo.toml

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

2525
byteorder = "1"

webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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" }
2020
rtcp = { version = "0.10.1", path = "../rtcp" }
21-
rtp = { version = "0.10.0", path = "../rtp" }
21+
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" }
2424
srtp = { version = "0.12.0", path = "../srtp", package = "webrtc-srtp" }

0 commit comments

Comments
 (0)