chore: Bump version number (v0.22.1)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Valentin Brandl 2022-03-10 13:09:45 +01:00
parent c3fe019cf1
commit a4974b136b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -879,7 +879,7 @@ dependencies = [
[[package]]
name = "hoc"
version = "0.22.0"
version = "0.22.1"
dependencies = [
"actix-rt",
"actix-web",

View File

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