chore(cargo): Bump version to 0.29.0

This commit is contained in:
Valentin Brandl 2023-01-07 16:08:27 +01:00
parent c03d297b6b
commit 3c5c206f9b
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -870,7 +870,7 @@ dependencies = [
[[package]] [[package]]
name = "hoc" name = "hoc"
version = "0.28.0" version = "0.29.0"
dependencies = [ dependencies = [
"actix-rt", "actix-rt",
"actix-web", "actix-web",

View File

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