Skip to content

Commit

Permalink
bump versions to 0.10.2 (#1606)
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunwangs committed Jul 20, 2023
1 parent 72e9e3b commit ab9bbe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion quinn-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quinn-proto"
version = "0.10.1"
version = "0.10.2"
edition = "2021"
rust-version = "1.63"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions quinn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quinn"
version = "0.10.1"
version = "0.10.2"
license = "MIT OR Apache-2.0"
repository = "https://github.com/quinn-rs/quinn"
description = "Versatile QUIC transport protocol implementation"
Expand Down Expand Up @@ -40,7 +40,7 @@ bytes = "1"
futures-io = { version = "0.3.19", optional = true }
rustc-hash = "1.1"
pin-project-lite = "0.2"
proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.10", default-features = false }
proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.10.2", default-features = false }
rustls = { version = "0.21.0", default-features = false, features = ["quic"], optional = true }
thiserror = "1.0.21"
tracing = "0.1.10"
Expand Down

0 comments on commit ab9bbe3

Please sign in to comment.