Skip to content

Commit 0b4d4ef

Browse files
authored
Update mediasoup-rust versions (#1200)
1 parent 43edb3a commit 0b4d4ef

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

rust/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Changelog
22

3+
# 0.12.0
4+
5+
* Updates from mediasoup TypeScript `3.11.9..=3.12.16`.
6+
37
# 0.11.4
48

59
* Fix consuming data producer from direct transport by data consumer on non-direct transport.
610

711
# 0.11.3
812

9-
* Updates from mediasoup TypeScript `3.10.13..=3.11.8`.
13+
* Updates from mediasoup TypeScript `3.11.3..=3.11.8`.
1014

1115
# 0.11.2
1216

rust/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mediasoup"
3-
version = "0.11.4"
3+
version = "0.12.0"
44
description = "Cutting Edge WebRTC Video Conferencing in Rust"
55
categories = ["api-bindings", "multimedia", "network-programming"]
66
authors = ["Nazar Mokrynskyi <[email protected]>"]
@@ -45,7 +45,7 @@ version = "0.8.1"
4545

4646
[dependencies.mediasoup-sys]
4747
path = "../worker"
48-
version = "0.5.4"
48+
version = "0.6.0"
4949

5050
[dependencies.parking_lot]
5151
version = "0.12.1"

worker/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mediasoup-sys"
3-
version = "0.5.4"
3+
version = "0.6.0"
44
description = "FFI bindings to C++ libmediasoup-worker"
55
authors = ["Nazar Mokrynskyi <[email protected]>"]
66
edition = "2021"

0 commit comments

Comments
 (0)