diff --git a/Cargo.toml b/Cargo.toml index e9e2d96f5..aeb5b30b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webrtc" -version = "0.0.13" +version = "0.0.14" authors = ["Rain Liu "] edition = "2018" description = "A pure Rust implementation of WebRTC API" @@ -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" diff --git a/README.md b/README.md index 50e101a39..1f0fe8ba7 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ WebRTC.rs is a pure Rust implementation of WebRTC stack, which rewrites WebRTC
- Media + Media Interceptor Data
diff --git a/crates/media b/crates/media index ab64e5401..933e2b435 160000 --- a/crates/media +++ b/crates/media @@ -1 +1 @@ -Subproject commit ab64e5401feb30d98cbf4dedab4bb775301d0510 +Subproject commit 933e2b4350d9bb032d98bebfcdb5c2d682f4a2a3