Skip to content

Commit 13a44d9

Browse files
author
Rain Liu
committed
update sctp/data deps and upgrade self to v0.1.2 to fix sctp parsing error handling bug
1 parent 048cb51 commit 13a44d9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.1.1"
3+
version = "0.1.2"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2018"
66
description = "A pure Rust implementation of WebRTC API"
@@ -22,8 +22,8 @@ dtls = { package = "webrtc-dtls", version = "0.4.12" }
2222
rtp = "0.4.1"
2323
rtcp = "0.4.1"
2424
srtp = { package = "webrtc-srtp", version = "0.5.0" }
25-
sctp = { package = "webrtc-sctp", version = "0.3.7" }
26-
data = { package = "webrtc-data", version = "0.2.7" }
25+
sctp = { package = "webrtc-sctp", version = "0.3.8" }
26+
data = { package = "webrtc-data", version = "0.2.8" }
2727
media = { package = "webrtc-media", version = "0.2.0" }
2828
interceptor = "0.2.2"
2929
tokio = { version = "1.12.0", features = ["full"] }

crates/data

Submodule data updated 1 file

0 commit comments

Comments
 (0)