Skip to content

Commit

Permalink
bump turn v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Feb 23, 2024
1 parent 2b3c8ab commit 35e8025
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions turn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "turn"
version = "0.7.0"
version = "0.7.1"
authors = ["Rain Liu <[email protected]>"]
edition = "2021"
description = "A pure Rust implementation of TURN"
Expand All @@ -10,8 +10,8 @@ homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/turn"

[dependencies]
util = { version = "0.8", path = "../util", package = "webrtc-util", default-features = false, features = ["conn", "vnet"] }
stun = { version = "0.5", path = "../stun" }
util = { version = "0.8.1", path = "../util", package = "webrtc-util", default-features = false, features = ["conn", "vnet"] }
stun = { version = "0.5.1", path = "../stun" }

tokio = { version = "1.32.0", features = ["full"] }
tokio-util = "0.7"
Expand Down

0 comments on commit 35e8025

Please sign in to comment.