From 9f0a86db7f125d731cd10816e57728597d8437b5 Mon Sep 17 00:00:00 2001 From: Kershaw Date: Thu, 11 Jul 2024 09:20:15 +0200 Subject: [PATCH] neqo 0.8.0 (#1973) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8deffe25a2..2a8e830660 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.7.9" +version = "0.8.0" # Keep in sync with `.rustfmt.toml` `edition`. edition = "2021" license = "MIT OR Apache-2.0"