Skip to content

Commit

Permalink
Update mediasoup-rust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Oct 27, 2023
1 parent 43edb3a commit 9e17584
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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.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

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.11.5"
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.5.5"

[dependencies.parking_lot]
version = "0.12.1"
Expand Down

0 comments on commit 9e17584

Please sign in to comment.