Skip to content

Commit

Permalink
chore: increase quinn-udp version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Jul 18, 2024
1 parent 91a667c commit 8e69d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quinn-udp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quinn-udp"
version = "0.5.2"
version = "0.6.0"
edition = "2021"
rust-version = "1.66"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion quinn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ socket2 = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
tokio = { workspace = true }
udp = { package = "quinn-udp", path = "../quinn-udp", version = "0.5", default-features = false, features = ["tracing"] }
udp = { package = "quinn-udp", path = "../quinn-udp", version = "0.6", default-features = false, features = ["tracing"] }

[dev-dependencies]
anyhow = { workspace = true }
Expand Down

0 comments on commit 8e69d91

Please sign in to comment.