Skip to content

Commit e1f9ce1

Browse files
committed
Rust version bump
1 parent 5e1d718 commit e1f9ce1

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mediasoup"
3-
version = "0.17.1"
3+
version = "0.17.2"
44
description = "Cutting Edge WebRTC Video Conferencing in Rust"
55
categories = ["api-bindings", "multimedia", "network-programming"]
66
authors = ["Nazar Mokrynskyi <nazar@mokrynskyi.com>"]
@@ -10,11 +10,7 @@ keywords = ["webrtc", "ortc", "sfu"]
1010
documentation = "https://docs.rs/mediasoup"
1111
repository = "https://github.com/versatica/mediasoup"
1212
readme = "README.md"
13-
include = [
14-
"/benches",
15-
"/src",
16-
"/README.md"
17-
]
13+
include = ["/benches", "/src", "/README.md"]
1814

1915
[package.metadata.docs.rs]
2016
default-target = "x86_64-unknown-linux-gnu"

0 commit comments

Comments
 (0)