File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " interceptor"
3- version = " 0.8.2 "
3+ version = " 0.9.0 "
44authors = [" Rain Liu <yliu@webrtc.rs>" ]
55edition = " 2021"
66description = " A pure Rust implementation of Pluggable RTP/RTCP processors"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ rust-version = "1.63.0"
1717data = { version = " 0.7.0" , path = " ../data" , package = " webrtc-data" }
1818dtls = { version = " 0.7.1" , path = " ../dtls" , package = " webrtc-dtls" }
1919ice = { 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" }
2121mdns = { version = " 0.5.0" , path = " ../mdns" , package = " webrtc-mdns" }
2222media = { version = " 0.6.0" , path = " ../media" , package = " webrtc-media" }
2323rtcp = { version = " 0.8.0" , path = " ../rtcp" }
You can’t perform that action at this time.
0 commit comments