Skip to content

Commit ada0a12

Browse files
author
yngrtc
committed
bump data/webrtc version to v0.6.1/v0.6.2, respectively due to sctp version upgrade
1 parent ba09389 commit ada0a12

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

data/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc-data"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2021"
66
description = "A pure Rust implementation of WebRTC DataChannel API"
@@ -14,7 +14,7 @@ rust-version = "1.60.0"
1414

1515
[dependencies]
1616
util = { version = "0.7.0", path = "../util", package = "webrtc-util", default-features = false, features = ["conn", "marshal"] }
17-
sctp = { version = "0.7.0", path = "../sctp", package = "webrtc-sctp" }
17+
sctp = { version = "0.8.0", path = "../sctp", package = "webrtc-sctp" }
1818

1919
tokio = { version = "1.19", features = ["full"] }
2020
bytes = "1"

webrtc/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"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2021"
66
description = "A pure Rust implementation of WebRTC API"
@@ -14,15 +14,15 @@ rust-version = "1.60.0"
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
data = { version = "0.6.0", path = "../data", package = "webrtc-data" }
17+
data = { version = "0.6.1", path = "../data", package = "webrtc-data" }
1818
dtls = { version = "0.7.0", path = "../dtls", package = "webrtc-dtls" }
1919
ice = { version = "0.9.0", path = "../ice", package = "webrtc-ice" }
2020
interceptor = { version = "0.8.2", path = "../interceptor" }
2121
mdns = { version = "0.5.0", path = "../mdns", package = "webrtc-mdns" }
2222
media = { version = "0.5.0", path = "../media", package = "webrtc-media" }
2323
rtcp = { version = "0.7.0", path = "../rtcp" }
2424
rtp = { version = "0.6.7", path = "../rtp" }
25-
sctp = { version = "0.7.0", path = "../sctp", package = "webrtc-sctp" }
25+
sctp = { version = "0.8.0", path = "../sctp", package = "webrtc-sctp" }
2626
sdp = { version = "0.5.2", path = "../sdp" }
2727
srtp = { version = "0.9.0", path = "../srtp", package = "webrtc-srtp" }
2828
stun = { version = "0.4.3", path = "../stun" }

0 commit comments

Comments
 (0)