Skip to content

Commit

Permalink
upgrade to v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Rain Liu committed Sep 24, 2021
1 parent c21245a commit 308bf97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webrtc"
version = "0.0.13"
version = "0.0.14"
authors = ["Rain Liu <yliu@webrtc.rs>"]
edition = "2018"
description = "A pure Rust implementation of WebRTC API"
Expand All @@ -24,7 +24,7 @@ rtcp = "0.3.3"
srtp = { package = "webrtc-srtp", version = "0.4.0" }
sctp = { package = "webrtc-sctp", version = "0.3.5" }
data = { package = "webrtc-data", version = "0.2.5" }
media = { package = "webrtc-media", version = "0.0.6" }
media = { package = "webrtc-media", version = "0.1.0" }
interceptor = "0.1.2"
tokio = { version = "1.10.1", features = ["full"] }
log = "0.4.14"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ WebRTC.rs is a pure Rust implementation of WebRTC stack, which rewrites <a href=
<p align="center">
<img src="./doc/uncheck.png">WebRTC<a href="https://crates.io/crates/webrtc"><img src="https://img.shields.io/crates/v/webrtc.svg"></a>
<br>
<img src="./doc/uncheck.png">Media<a href="https://crates.io/crates/webrtc-media"><img src="https://img.shields.io/crates/v/webrtc-media.svg"></a>
<img src="./doc/check.png">Media<a href="https://crates.io/crates/webrtc-media"><img src="https://img.shields.io/crates/v/webrtc-media.svg"></a>
<img src="./doc/check.png">Interceptor<a href="https://crates.io/crates/interceptor"><img src="https://img.shields.io/crates/v/interceptor.svg"></a>
<img src="./doc/check.png">Data<a href="https://crates.io/crates/webrtc-data"><img src="https://img.shields.io/crates/v/webrtc-data.svg"></a>
<br>
Expand Down
2 changes: 1 addition & 1 deletion crates/media
Submodule media updated 1 files
+1 −1 Cargo.toml

0 comments on commit 308bf97

Please sign in to comment.