Skip to content

Commit

Permalink
update sctp/data deps and upgrade self to v0.1.2 to fix sctp parsing …
Browse files Browse the repository at this point in the history
…error handling bug
  • Loading branch information
Rain Liu committed Oct 6, 2021
1 parent 048cb51 commit 13a44d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webrtc"
version = "0.1.1"
version = "0.1.2"
authors = ["Rain Liu <yliu@webrtc.rs>"]
edition = "2018"
description = "A pure Rust implementation of WebRTC API"
Expand All @@ -22,8 +22,8 @@ dtls = { package = "webrtc-dtls", version = "0.4.12" }
rtp = "0.4.1"
rtcp = "0.4.1"
srtp = { package = "webrtc-srtp", version = "0.5.0" }
sctp = { package = "webrtc-sctp", version = "0.3.7" }
data = { package = "webrtc-data", version = "0.2.7" }
sctp = { package = "webrtc-sctp", version = "0.3.8" }
data = { package = "webrtc-data", version = "0.2.8" }
media = { package = "webrtc-media", version = "0.2.0" }
interceptor = "0.2.2"
tokio = { version = "1.12.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/data
Submodule data updated 1 files
+2 −2 Cargo.toml
2 changes: 1 addition & 1 deletion crates/sctp

0 comments on commit 13a44d9

Please sign in to comment.