Bump version to 1.5.0

This commit is contained in:
Giovanni Barillari 2024-06-26 19:34:02 +02:00
parent d4fce68f90
commit 48a85fd420
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -296,7 +296,7 @@ checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
[[package]]
name = "granian"
version = "1.4.4"
version = "1.5.0"
dependencies = [
"anyhow",
"crossbeam-channel",

View file

@ -1,6 +1,6 @@
[package]
name = "granian"
version = "1.4.4"
version = "1.5.0"
description = "A Rust HTTP server for Python applications"
authors = ["Giovanni Barillari <g@baro.dev>"]
license = "BSD-3-Clause"