Bump version to 0.32.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl 2023-03-06 13:45:31 +01:00
parent d8e51e8c74
commit 52f3895af8
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -905,7 +905,7 @@ dependencies = [
[[package]]
name = "hoc"
version = "0.31.0"
version = "0.32.0"
dependencies = [
"actix-rt",
"actix-web",

View File

@ -1,6 +1,6 @@
[package]
name = "hoc"
version = "0.31.0"
version = "0.32.0"
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
edition = "2018"
build = "build.rs"