Skip to content

Commit

Permalink
bump interceptor to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Jun 19, 2023
1 parent 8ae0acb commit 742973b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interceptor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "interceptor"
version = "0.8.2"
version = "0.9.0"
authors = ["Rain Liu <[email protected]>"]
edition = "2021"
description = "A pure Rust implementation of Pluggable RTP/RTCP processors"
Expand Down
2 changes: 1 addition & 1 deletion webrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.63.0"
data = { version = "0.7.0", path = "../data", package = "webrtc-data" }
dtls = { version = "0.7.1", path = "../dtls", package = "webrtc-dtls" }
ice = { version = "0.9.0", path = "../ice", package = "webrtc-ice" }
interceptor = { version = "0.8.2", path = "../interceptor" }
interceptor = { version = "0.9.0", path = "../interceptor" }
mdns = { version = "0.5.0", path = "../mdns", package = "webrtc-mdns" }
media = { version = "0.6.0", path = "../media", package = "webrtc-media" }
rtcp = { version = "0.8.0", path = "../rtcp" }
Expand Down

0 comments on commit 742973b

Please sign in to comment.