Skip to content

Commit

Permalink
Update Rust versions (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Dec 18, 2023
1 parent c5eb1b4 commit c2c4323
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion rust/CHANGELOG.md
@@ -1,7 +1,8 @@
# Changelog

# NEXT
# 0.14.0

* Updates from mediasoup TypeScript `3.13.8..=3.13.12`.
* Update h264-profile-level-id dependency to 0.2.0.
* Fix docs build (PR #1271).
* Rename `data_consumer::on_producer_resume` to `data_consumer::on_data_producer_resume` (PR #1271).
Expand Down
4 changes: 2 additions & 2 deletions rust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mediasoup"
version = "0.13.0"
version = "0.14.0"
description = "Cutting Edge WebRTC Video Conferencing in Rust"
categories = ["api-bindings", "multimedia", "network-programming"]
authors = ["Nazar Mokrynskyi <nazar@mokrynskyi.com>"]
Expand Down Expand Up @@ -46,7 +46,7 @@ version = "0.8.1"

[dependencies.mediasoup-sys]
path = "../worker"
version = "0.7.0"
version = "0.7.1"

[dependencies.parking_lot]
version = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion worker/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mediasoup-sys"
version = "0.7.0"
version = "0.7.1"
description = "FFI bindings to C++ libmediasoup-worker"
authors = ["Nazar Mokrynskyi <nazar@mokrynskyi.com>"]
edition = "2021"
Expand Down

0 comments on commit c2c4323

Please sign in to comment.