From aca20d3890c0a8af2658c95d2634cab2b5badf08 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Tue, 8 Oct 2024 10:54:06 +0200 Subject: [PATCH] chore: prepare v0.9.2 release (#2157) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c88309062..5a0a3d1aa1 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.1" +version = "0.9.2" # Keep in sync with `.rustfmt.toml` `edition`. edition = "2021" license = "MIT OR Apache-2.0"