From e74fd77d0f4b33f64c834c4fee5942ba718fde2c Mon Sep 17 00:00:00 2001 From: yngrtc Date: Sat, 7 Dec 2024 08:54:35 -0800 Subject: [PATCH] bump webrtc to v0.12.0 --- Cargo.lock | 2 +- webrtc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"