From 8a074005f5833539c54e991fb69fc2963046dbbb Mon Sep 17 00:00:00 2001 From: yngrtc Date: Wed, 1 May 2024 18:04:15 -0700 Subject: [PATCH] bump webrtc to v0.11.0 --- Cargo.lock | 2 +- webrtc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f22ab99d3..727847b78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2803,7 +2803,7 @@ dependencies = [ [[package]] name = "webrtc" -version = "0.10.1" +version = "0.11.0" dependencies = [ "arc-swap", "async-trait", diff --git a/webrtc/Cargo.toml b/webrtc/Cargo.toml index 3430fb882..25cb56210 100644 --- a/webrtc/Cargo.toml +++ b/webrtc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webrtc" -version = "0.10.1" +version = "0.11.0" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of WebRTC API"