Bump versions to reflect API breakage

This commit is contained in:
Benjamin Saunders
2023-06-03 14:22:15 -07:00
parent b73ed0b73a
commit c1d412c7aa
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "quinn-proto"
version = "0.10.1"
version = "0.11.0"
edition = "2021"
rust-version = "1.63"
license = "MIT OR Apache-2.0"
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "quinn"
version = "0.10.1"
version = "0.11.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/quinn-rs/quinn"
description = "Versatile QUIC transport protocol implementation"
@@ -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.11", default-features = false }
rustls = { version = "0.21.0", default-features = false, features = ["quic"], optional = true }
thiserror = "1.0.21"
tracing = "0.1.10"