diff --git a/Cargo.lock b/Cargo.lock index b9378b8..e6cf5af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -807,7 +807,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.19.0" +version = "0.20.0" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index a69767a..c95e812 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.19.0" +version = "0.20.0" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs"