Skip to content

Commit

Permalink
update pointers and upgrade self to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rainliu committed Dec 6, 2021
1 parent f45bb4a commit c54fb35
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webrtc"
version = "0.3.1"
version = "0.3.2"
authors = ["Rain Liu <yliu@webrtc.rs>"]
edition = "2018"
description = "A pure Rust implementation of WebRTC API"
Expand All @@ -19,13 +19,13 @@ stun = "0.4.1"
turn = "0.5.2"
ice = { package = "webrtc-ice", version = "0.6.2" }
dtls = { package = "webrtc-dtls", version = "0.5.1" }
rtp = "0.6.2"
rtp = "0.6.3"
rtcp = "0.6.2"
srtp = { package = "webrtc-srtp", version = "0.8.5" }
srtp = { package = "webrtc-srtp", version = "0.8.6" }
sctp = { package = "webrtc-sctp", version = "0.4.2" }
data = { package = "webrtc-data", version = "0.3.2" }
media = { package = "webrtc-media", version = "0.4.2" }
interceptor = "0.7.2"
media = { package = "webrtc-media", version = "0.4.3" }
interceptor = "0.7.3"
tokio = { version = "1.13.0", features = ["full"] }
log = "0.4.14"
async-trait = "0.1.51"
Expand Down
2 changes: 1 addition & 1 deletion crates/interceptor
Submodule interceptor updated 1 files
+3 −3 Cargo.toml
2 changes: 1 addition & 1 deletion crates/media
Submodule media updated 1 files
+2 −2 Cargo.toml
2 changes: 1 addition & 1 deletion crates/rtp
2 changes: 1 addition & 1 deletion crates/srtp
Submodule srtp updated 1 files
+2 −2 Cargo.toml

0 comments on commit c54fb35

Please sign in to comment.