From 214ad48e0dbb8cc35c7148b225fbc6f58eb85f36 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Thu, 24 Oct 2024 18:23:09 +0200 Subject: [PATCH] chore: prepare v0.10.0 release (#2198) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b7d521586..1c9de115fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ description = "Neqo, the Mozilla implementation of QUIC in Rust." keywords = ["quic", "http3", "neqo", "mozilla", "ietf", "firefox"] categories = ["network-programming", "web-programming"] readme = "README.md" -version = "0.9.2" +version = "0.10.0" # Keep in sync with `.rustfmt.toml` `edition`. edition = "2021" license = "MIT OR Apache-2.0"