From 9e17584d263b2668a1e0631c83314d052fb81365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Fri, 27 Oct 2023 13:30:58 +0200 Subject: [PATCH] Update mediasoup-rust versions --- rust/CHANGELOG.md | 6 +++++- rust/Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/rust/CHANGELOG.md b/rust/CHANGELOG.md index 2e5fb0a19b..8159690e4f 100644 --- a/rust/CHANGELOG.md +++ b/rust/CHANGELOG.md @@ -1,12 +1,16 @@ # Changelog +# 0.11.5 + +* Updates from mediasoup TypeScript `3.11.9..=3.12.16`. + # 0.11.4 * Fix consuming data producer from direct transport by data consumer on non-direct transport. # 0.11.3 -* Updates from mediasoup TypeScript `3.10.13..=3.11.8`. +* Updates from mediasoup TypeScript `3.11.1..=3.11.8`. # 0.11.2 diff --git a/rust/Cargo.toml b/rust/Cargo.toml index c1042bed60..f58dc905c3 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mediasoup" -version = "0.11.4" +version = "0.11.5" description = "Cutting Edge WebRTC Video Conferencing in Rust" categories = ["api-bindings", "multimedia", "network-programming"] authors = ["Nazar Mokrynskyi "] @@ -45,7 +45,7 @@ version = "0.8.1" [dependencies.mediasoup-sys] path = "../worker" -version = "0.5.4" +version = "0.5.5" [dependencies.parking_lot] version = "0.12.1"