Skip to content

Commit

Permalink
Update mediasoup-rust versions (versatica#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc authored Oct 27, 2023
1 parent 43edb3a commit 0b4d4ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion rust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Changelog

# 0.12.0

* 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.3..=3.11.8`.

# 0.11.2

Expand Down
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mediasoup"
version = "0.11.4"
version = "0.12.0"
description = "Cutting Edge WebRTC Video Conferencing in Rust"
categories = ["api-bindings", "multimedia", "network-programming"]
authors = ["Nazar Mokrynskyi <[email protected]>"]
Expand Down Expand Up @@ -45,7 +45,7 @@ version = "0.8.1"

[dependencies.mediasoup-sys]
path = "../worker"
version = "0.5.4"
version = "0.6.0"

[dependencies.parking_lot]
version = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mediasoup-sys"
version = "0.5.4"
version = "0.6.0"
description = "FFI bindings to C++ libmediasoup-worker"
authors = ["Nazar Mokrynskyi <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit 0b4d4ef

Please sign in to comment.