diff --git a/quinn-proto/Cargo.toml b/quinn-proto/Cargo.toml index 3c57ef39f..36b95ff9f 100644 --- a/quinn-proto/Cargo.toml +++ b/quinn-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quinn-proto" -version = "0.9.1" +version = "0.9.2" license = "MIT OR Apache-2.0" repository = "https://github.com/quinn-rs/quinn" description = "State machine for the QUIC transport protocol" diff --git a/quinn-udp/Cargo.toml b/quinn-udp/Cargo.toml index 73aa6129f..aaebba8e8 100644 --- a/quinn-udp/Cargo.toml +++ b/quinn-udp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quinn-udp" -version = "0.3.1" +version = "0.3.2" license = "MIT OR Apache-2.0" repository = "https://github.com/quinn-rs/quinn" description = "UDP sockets with ECN information for the QUIC transport protocol" diff --git a/quinn/Cargo.toml b/quinn/Cargo.toml index ee036afa6..fa7037b73 100644 --- a/quinn/Cargo.toml +++ b/quinn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quinn" -version = "0.9.2" +version = "0.9.3" license = "MIT OR Apache-2.0" repository = "https://github.com/quinn-rs/quinn" description = "Versatile QUIC transport protocol implementation"