Skip to content

Commit f36c796

Browse files
author
yngrtc
committed
bump data to v0.11.0
1 parent d2255e8 commit f36c796

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.

data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc-data"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2021"
66
description = "A pure Rust implementation of WebRTC DataChannel API"

webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/webrtc-rs/webrtc"
1111
readme = "../README.md"
1212

1313
[dependencies]
14-
data = { version = "0.10.0", path = "../data", package = "webrtc-data" }
14+
data = { version = "0.11.0", path = "../data", package = "webrtc-data" }
1515
dtls = { version = "0.12.0", path = "../dtls", package = "webrtc-dtls" }
1616
ice = { version = "0.13.0", path = "../ice", package = "webrtc-ice" }
1717
interceptor = { version = "0.14.0", path = "../interceptor" }

0 commit comments

Comments
 (0)