Skip to content

Commit

Permalink
update util dep and upgrade self to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rainliu committed Jul 3, 2021
1 parent 92cca75 commit 720327a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/stun/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stun"
version = "0.2.1"
version = "0.2.2"
authors = ["Rain Liu <yuliu@webrtc.rs>"]
edition = "2018"
description = "A pure Rust implementation of STUN"
Expand All @@ -12,7 +12,7 @@ repository = "https://github.com/webrtc-rs/stun"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
util = { package = "webrtc-util", version = "0.2.1", default-features = false, features = ["conn"] }
util = { package = "webrtc-util", version = "0.2.3", default-features = false, features = ["conn"] }
tokio = { version = "1.0", features = ["full"] }
lazy_static = "1.3.0"
url = "2.2.0"
Expand Down

0 comments on commit 720327a

Please sign in to comment.