Skip to content

Commit e0aff66

Browse files
committed
Bump versions to reflect API breakage
1 parent 99dbf93 commit e0aff66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

quinn-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quinn-proto"
3-
version = "0.10.1"
3+
version = "0.11.0"
44
edition = "2021"
55
rust-version = "1.63"
66
license = "MIT OR Apache-2.0"

quinn/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quinn"
3-
version = "0.10.1"
3+
version = "0.11.0"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/quinn-rs/quinn"
66
description = "Versatile QUIC transport protocol implementation"
@@ -40,7 +40,7 @@ bytes = "1"
4040
futures-io = { version = "0.3.19", optional = true }
4141
rustc-hash = "1.1"
4242
pin-project-lite = "0.2"
43-
proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.10", default-features = false }
43+
proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.11", default-features = false }
4444
rustls = { version = "0.21.0", default-features = false, features = ["quic"], optional = true }
4545
thiserror = "1.0.21"
4646
tracing = "0.1.10"

0 commit comments

Comments
 (0)