From 1dc8ea33e27b65a0294ff3502204285358fc4a77 Mon Sep 17 00:00:00 2001 From: Manuel Bucher Date: Thu, 4 Apr 2024 18:34:53 +0200 Subject: [PATCH] neqo v0.7.3 (#1791) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e5bec00796..48f3b7d74b 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.2" +version = "0.7.3" # Keep in sync with `.rustfmt.toml` `edition`. edition = "2021" license = "MIT OR Apache-2.0"