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.9 .0"
3+ version = " 0.10 .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 @@ -14,7 +14,7 @@ readme = "../README.md"
1414data = { version = " 0.8" , path = " ../data" , package = " webrtc-data" }
1515dtls = { version = " 0.8" , path = " ../dtls" , package = " webrtc-dtls" }
1616ice = { version = " 0.10" , path = " ../ice" , package = " webrtc-ice" }
17- interceptor = { version = " 0.9 " , path = " ../interceptor" }
17+ interceptor = { version = " 0.10 " , path = " ../interceptor" }
1818mdns = { version = " 0.6" , path = " ../mdns" , package = " webrtc-mdns" }
1919media = { version = " 0.7" , path = " ../media" , package = " webrtc-media" }
2020rtcp = { version = " 0.10" , path = " ../rtcp" }
You can’t perform that action at this time.
0 commit comments