diff --git a/Cargo.lock b/Cargo.lock index 3a8ee9174..4d8d923ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2780,7 +2780,7 @@ dependencies = [ [[package]] name = "webrtc" -version = "0.11.0" +version = "0.12.0" dependencies = [ "arc-swap", "async-trait", diff --git a/webrtc/Cargo.toml b/webrtc/Cargo.toml index 4eab86264..934b2c878 100644 --- a/webrtc/Cargo.toml +++ b/webrtc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webrtc" -version = "0.11.0" +version = "0.12.0" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of WebRTC API"