forked from webrtc-rs/webrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump dtls to v0.8.0, ice to v0.10.0, rtcp to v0.10.0, rtp to v0.9.0 a…
…nd sctp to v0.9.0
- Loading branch information
yngrtc
committed
Sep 10, 2023
1 parent
e2a7677
commit 373ebd4
Showing
10 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "webrtc-dtls" | ||
version = "0.7.2" | ||
version = "0.8.0" | ||
authors = ["Rain Liu <[email protected]>"] | ||
edition = "2021" | ||
description = "A pure Rust implementation of DTLS" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "webrtc-ice" | ||
version = "0.9.1" | ||
version = "0.10.0" | ||
authors = ["Rain Liu <[email protected]>"] | ||
edition = "2021" | ||
description = "A pure Rust implementation of ICE" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rtcp" | ||
version = "0.9.0" | ||
version = "0.10.0" | ||
authors = ["Rain Liu <[email protected]>", "Michael Uti <[email protected]>"] | ||
edition = "2021" | ||
description = "A pure Rust implementation of RTCP" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rtp" | ||
version = "0.8.0" | ||
version = "0.9.0" | ||
authors = ["Rain Liu <[email protected]>", "Michael Uti <[email protected]>"] | ||
edition = "2021" | ||
description = "A pure Rust implementation of RTP" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "webrtc-sctp" | ||
version = "0.8.0" | ||
version = "0.9.0" | ||
authors = ["Rain Liu <[email protected]>"] | ||
edition = "2021" | ||
description = "A pure Rust implementation of SCTP" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters