Skip to content

Commit 13af022

Browse files
author
yngrtc
committed
bump interceptor to v0.10.0
1 parent 84107fc commit 13af022

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.9.0"
3+
version = "0.10.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
@@ -14,7 +14,7 @@ readme = "../README.md"
1414
data = { version = "0.8", path = "../data", package = "webrtc-data" }
1515
dtls = { version = "0.8", path = "../dtls", package = "webrtc-dtls" }
1616
ice = { version = "0.10", path = "../ice", package = "webrtc-ice" }
17-
interceptor = { version = "0.9", path = "../interceptor" }
17+
interceptor = { version = "0.10", path = "../interceptor" }
1818
mdns = { version = "0.6", path = "../mdns", package = "webrtc-mdns" }
1919
media = { version = "0.7", path = "../media", package = "webrtc-media" }
2020
rtcp = { version = "0.10", path = "../rtcp" }

0 commit comments

Comments
 (0)