From a995402485e96649266715a5dce34cadaca33588 Mon Sep 17 00:00:00 2001 From: Giovanni Barillari Date: Wed, 8 Jan 2025 16:39:24 +0100 Subject: [PATCH] Bump version to 1.7.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29ae6bed..9c46bd46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,7 +352,7 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "granian" -version = "1.7.3" +version = "1.7.4" dependencies = [ "anyhow", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 83f99461..cb597075 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "granian" -version = "1.7.3" +version = "1.7.4" description = "A Rust HTTP server for Python applications" authors = ["Giovanni Barillari "] license = "BSD-3-Clause"