Skip to content

Commit 0ecc6d4

Browse files
committed
bump data to v0.8.1
1 parent 6f5d939 commit 0ecc6d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc-data"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2021"
66
description = "A pure Rust implementation of WebRTC DataChannel API"
@@ -10,8 +10,8 @@ homepage = "https://webrtc.rs"
1010
repository = "https://github.com/webrtc-rs/data"
1111

1212
[dependencies]
13-
util = { version = "0.8", path = "../util", package = "webrtc-util", default-features = false, features = ["conn", "marshal"] }
14-
sctp = { version = "0.9", path = "../sctp", package = "webrtc-sctp" }
13+
util = { version = "0.8.1", path = "../util", package = "webrtc-util", default-features = false, features = ["conn", "marshal"] }
14+
sctp = { version = "0.9.1", path = "../sctp", package = "webrtc-sctp" }
1515

1616
tokio = { version = "1.32.0", features = ["full"] }
1717
bytes = "1"

0 commit comments

Comments
 (0)