Skip to content

Commit

Permalink
bump rtc-turn to v0.1.0 and shared to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 16, 2024
1 parent bb32b0a commit 3758269
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rtc-shared/Cargo.toml
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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rtc-turn/Cargo.toml
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"
Expand Down

0 comments on commit 3758269

Please sign in to comment.