Skip to content

Commit 742973b

Browse files
author
yngrtc
committed
bump interceptor to v0.9.0
1 parent 8ae0acb commit 742973b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

interceptor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "interceptor"
3-
version = "0.8.2"
3+
version = "0.9.0"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2021"
66
description = "A pure Rust implementation of Pluggable RTP/RTCP processors"

webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rust-version = "1.63.0"
1717
data = { version = "0.7.0", path = "../data", package = "webrtc-data" }
1818
dtls = { version = "0.7.1", path = "../dtls", package = "webrtc-dtls" }
1919
ice = { version = "0.9.0", path = "../ice", package = "webrtc-ice" }
20-
interceptor = { version = "0.8.2", path = "../interceptor" }
20+
interceptor = { version = "0.9.0", path = "../interceptor" }
2121
mdns = { version = "0.5.0", path = "../mdns", package = "webrtc-mdns" }
2222
media = { version = "0.6.0", path = "../media", package = "webrtc-media" }
2323
rtcp = { version = "0.8.0", path = "../rtcp" }

0 commit comments

Comments
 (0)