Skip to content

Commit

Permalink
bump rtc-stun to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 7, 2024
1 parent a360245 commit ad08a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rtc-stun/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rtc-stun"
version = "0.1.0"
version = "0.1.1"
authors = ["Rain Liu <[email protected]>"]
edition = "2021"
description = "RTC STUN in Rust"
Expand All @@ -14,7 +14,7 @@ default = []
bench = []

[dependencies]
shared = { version = "0.1", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = [] }
shared = { version = "0.1.1", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = [] }

bytes = "1.4"
lazy_static = "1.4"
Expand Down

0 comments on commit ad08a6e

Please sign in to comment.