From 28f60bd0ba3209ecba4102eec123859a3a8afd45 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Tue, 3 Sep 2024 17:57:02 +0200 Subject: [PATCH] chore: prepare v0.9.0 release (#2082) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 765aa63aef..815470bddd 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.8.2" +version = "0.9.0" # Keep in sync with `.rustfmt.toml` `edition`. edition = "2021" license = "MIT OR Apache-2.0"