diff --git a/Cargo.lock b/Cargo.lock index 5674c89a0..de0dc34b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2755,7 +2755,7 @@ dependencies = [ [[package]] name = "webrtc" -version = "0.10.0" +version = "0.10.1" dependencies = [ "arc-swap", "async-trait", diff --git a/webrtc/Cargo.toml b/webrtc/Cargo.toml index 547bf1277..3e22feaa2 100644 --- a/webrtc/Cargo.toml +++ b/webrtc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webrtc" -version = "0.10.0" +version = "0.10.1" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of WebRTC API"