From 9ce955132bd79b08636feb54a215116f7f8ec58f Mon Sep 17 00:00:00 2001 From: Giovanni Barillari Date: Fri, 22 Nov 2024 12:53:53 +0100 Subject: [PATCH] Bump version to 1.6.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8f0798e..9200dca2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,7 +352,7 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "granian" -version = "1.6.3" +version = "1.6.4" dependencies = [ "anyhow", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index d34cc146..360256d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "granian" -version = "1.6.3" +version = "1.6.4" description = "A Rust HTTP server for Python applications" authors = ["Giovanni Barillari "] license = "BSD-3-Clause"