diff --git a/Cargo.lock b/Cargo.lock index e57fe02..4e969ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -842,7 +842,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.11.8" +version = "0.12.0" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 833877f..2213713 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.11.8" +version = "0.12.0" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs"