From 258a1a285e4294a07d1280ca4a15ecf2674e44c2 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Thu, 3 Oct 2024 09:08:45 +0200 Subject: [PATCH] chore: prepare v0.9.1 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c7f0e1f6a..1c88309062 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.0" +version = "0.9.1" # Keep in sync with `.rustfmt.toml` `edition`. edition = "2021" license = "MIT OR Apache-2.0"