Bump version (v0.14.3)
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
Valentin Brandl 2020-10-28 09:08:30 +01:00
parent 990b5acbda
commit d6409c21ec
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -924,7 +924,7 @@ dependencies = [
[[package]]
name = "hoc"
version = "0.14.2"
version = "0.14.3"
dependencies = [
"actix-rt",
"actix-web",

View File

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