From 1ad12784678671e283c3539dcfe7e5bcea63ac5f Mon Sep 17 00:00:00 2001 From: Giovanni Barillari Date: Tue, 17 Dec 2024 09:57:58 +0100 Subject: [PATCH] Bump version to 1.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1bc02d1a..ee969f91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,7 +352,7 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "granian" -version = "1.7.0" +version = "1.7.1" dependencies = [ "anyhow", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 4de0dde0..3f3c2b2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "granian" -version = "1.7.0" +version = "1.7.1" description = "A Rust HTTP server for Python applications" authors = ["Giovanni Barillari "] license = "BSD-3-Clause"