Skip to content

Commit

Permalink
Bump quinn-udp version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Jul 24, 2023
1 parent f15d837 commit 4973c4a
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.4.0"
version = "0.5.0"
edition = "2021"
rust-version = "1.63"
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 @@ rustls = { version = "0.21.0", default-features = false, features = ["quic"], op
thiserror = "1.0.21"
tracing = "0.1.10"
tokio = { version = "1.28.1", features = ["sync"] }
udp = { package = "quinn-udp", path = "../quinn-udp", version = "0.4", default-features = false }
udp = { package = "quinn-udp", path = "../quinn-udp", version = "0.5", default-features = false }

[dev-dependencies]
anyhow = "1.0.22"
Expand Down

0 comments on commit 4973c4a

Please sign in to comment.