mirror of
https://github.com/emmett-framework/granian.git
synced 2025-12-23 05:36:49 +00:00
Bump version to 0.4.2
This commit is contained in:
parent
509c000c81
commit
2c192839b3
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -227,7 +227,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "granian"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"futures",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "granian"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
description = "A Rust HTTP server for Python applications"
|
||||
authors = ["Giovanni Barillari <g@baro.dev>"]
|
||||
license = "BSD-3-Clause"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.4.1"
|
||||
__version__ = "0.4.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue