-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump rtc-turn to v0.1.0 and shared to v0.2.1
- Loading branch information
yngrtc
committed
Mar 16, 2024
1 parent
bb32b0a
commit 3758269
Showing
2 changed files
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rtc-shared" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
authors = ["Rain Liu <[email protected]>"] | ||
edition = "2021" | ||
description = "RTC Shared in Rust" | ||
|
@@ -16,7 +16,7 @@ marshal = [] | |
replay = [] | ||
|
||
[dependencies] | ||
thiserror = "1.0.57" | ||
thiserror = "1.0.58" | ||
bytes = "1.5.0" | ||
aes-gcm = { version = "0.10.3", features = ["std"] } | ||
url = "2.5.0" | ||
|
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 = "rtc-turn" | ||
version = "0.0.0" | ||
version = "0.1.0" | ||
authors = ["Rain Liu <[email protected]>"] | ||
edition = "2021" | ||
description = "RTC TURN in Rust" | ||
|