Skip to content

Commit

Permalink
bump sctp to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Dec 7, 2024
1 parent 87c0ef3 commit fe7f5b1
Show file tree
Hide file tree
Showing 4 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.

2 changes: 1 addition & 1 deletion data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/webrtc-rs/webrtc/tree/master/data"

[dependencies]
util = { version = "0.10.0", path = "../util", package = "webrtc-util", default-features = false, features = ["conn", "marshal"] }
sctp = { version = "0.10.0", path = "../sctp", package = "webrtc-sctp" }
sctp = { version = "0.11.0", path = "../sctp", package = "webrtc-sctp" }

tokio = { version = "1.32.0", features = [
"fs",
Expand Down
2 changes: 1 addition & 1 deletion sctp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webrtc-sctp"
version = "0.10.0"
version = "0.11.0"
authors = ["Rain Liu <[email protected]>"]
edition = "2021"
description = "A pure Rust implementation of SCTP"
Expand Down
2 changes: 1 addition & 1 deletion webrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mdns = { version = "0.8.0", path = "../mdns", package = "webrtc-mdns" }
media = { version = "0.8.0", path = "../media", package = "webrtc-media" }
rtcp = { version = "0.12.0", path = "../rtcp" }
rtp = { version = "0.12.0", path = "../rtp" }
sctp = { version = "0.10.0", path = "../sctp", package = "webrtc-sctp" }
sctp = { version = "0.11.0", path = "../sctp", package = "webrtc-sctp" }
sdp = { version = "0.7.0", path = "../sdp" }
srtp = { version = "0.14.0", path = "../srtp", package = "webrtc-srtp" }
stun = { version = "0.7.0", path = "../stun" }
Expand Down

0 comments on commit fe7f5b1

Please sign in to comment.