Skip to content

Commit ce4c306

Browse files
committed
Rust version bump
1 parent fbad377 commit ce4c306

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
# NEXT
44

5+
# 0.18.0
6+
57
- Fix wrong SCTP stream parameters in SCTP `DataConsumer` that consumes from a direct `DataProducer` (PR #1516).
8+
- New enum variant was added in 0.17.2.
69

710
# 0.17.2
811

rust/Cargo.toml

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

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.9.1"
3+
version = "0.9.2"
44
description = "FFI bindings to C++ libmediasoup-worker"
55
authors = ["Nazar Mokrynskyi <[email protected]>"]
66
edition = "2021"

0 commit comments

Comments
 (0)