Skip to content

Commit fe7f5b1

Browse files
author
yngrtc
committed
bump sctp to v0.11.0
1 parent 87c0ef3 commit fe7f5b1

File tree

4 files changed

+4
-4
lines changed

4 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/webrtc-rs/webrtc/tree/master/data"
1111

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

1616
tokio = { version = "1.32.0", features = [
1717
"fs",

sctp/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-sctp"
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 SCTP"

webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mdns = { version = "0.8.0", path = "../mdns", package = "webrtc-mdns" }
1919
media = { version = "0.8.0", path = "../media", package = "webrtc-media" }
2020
rtcp = { version = "0.12.0", path = "../rtcp" }
2121
rtp = { version = "0.12.0", path = "../rtp" }
22-
sctp = { version = "0.10.0", path = "../sctp", package = "webrtc-sctp" }
22+
sctp = { version = "0.11.0", path = "../sctp", package = "webrtc-sctp" }
2323
sdp = { version = "0.7.0", path = "../sdp" }
2424
srtp = { version = "0.14.0", path = "../srtp", package = "webrtc-srtp" }
2525
stun = { version = "0.7.0", path = "../stun" }

0 commit comments

Comments
 (0)