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