From a71e43dacf8fae41e5aa30cf95b2e826f63a7466 Mon Sep 17 00:00:00 2001 From: Kershaw Date: Wed, 15 May 2024 11:10:29 +0200 Subject: [PATCH] v0.7.8 (#1904) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f9fd0d98b..1bd5891713 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ resolver = "2" homepage = "https://github.com/mozilla/neqo/" repository = "https://github.com/mozilla/neqo/" authors = ["The Neqo Authors "] -version = "0.7.7" +version = "0.7.8" # Keep in sync with `.rustfmt.toml` `edition`. edition = "2021" license = "MIT OR Apache-2.0"