diff --git a/Cargo.lock b/Cargo.lock index ba37066..70ce165 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -819,7 +819,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.21.1" +version = "0.21.2" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index a2cc9d6..c80b79b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.21.1" +version = "0.21.2" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs"