From 166b84c5a3307d678f38d9994af9b56b68c6b695 Mon Sep 17 00:00:00 2001 From: Kershaw Date: Tue, 9 Apr 2024 10:49:40 +0200 Subject: [PATCH] neqo v0.7.4 (#1804) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48f3b7d74b..1a7fc1eeb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ resolver = "2" homepage = "https://github.com/mozilla/neqo/" repository = "https://github.com/mozilla/neqo/" authors = ["The Neqo Authors "] -version = "0.7.3" +version = "0.7.4" # Keep in sync with `.rustfmt.toml` `edition`. edition = "2021" license = "MIT OR Apache-2.0"