Skip to content

Commit

Permalink
Bump version numbers for 0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith authored and djc committed Oct 26, 2022
1 parent 00fb347 commit 4c4da51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion quinn-proto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "quinn-proto"
version = "0.8.0"
version = "0.9.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/quinn-rs/quinn"
description = "State machine for the QUIC transport protocol"
Expand Down
2 changes: 1 addition & 1 deletion quinn-udp/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ maintenance = { status = "experimental" }

[dependencies]
libc = "0.2.69"
proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.8", default-features = false }
proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.9", default-features = false }
socket2 = "0.4"
tracing = "0.1.10"

Expand Down
4 changes: 2 additions & 2 deletions quinn/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "quinn"
version = "0.8.0"
version = "0.9.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/quinn-rs/quinn"
description = "QUIC transport protocol implementation for Tokio"
Expand Down Expand Up @@ -38,7 +38,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.8", default-features = false }
proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.9", default-features = false }
rustls = { version = "0.20.3", default-features = false, features = ["quic"], optional = true }
thiserror = "1.0.21"
tracing = "0.1.10"
Expand Down

0 comments on commit 4c4da51

Please sign in to comment.