Skip to content

Commit

Permalink
bump data to v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Feb 23, 2024
1 parent 6f5d939 commit 0ecc6d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 3 additions & 3 deletions data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webrtc-data"
version = "0.8.0"
version = "0.8.1"
authors = ["Rain Liu <[email protected]>"]
edition = "2021"
description = "A pure Rust implementation of WebRTC DataChannel API"
Expand All @@ -10,8 +10,8 @@ homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/data"

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

tokio = { version = "1.32.0", features = ["full"] }
bytes = "1"
Expand Down

0 comments on commit 0ecc6d4

Please sign in to comment.