From e23869da9a6f4bc31e0d91b5797e458b521f153e Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 30 Dec 2021 12:23:55 +0100 Subject: [PATCH] Bump version (v0.20.4) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2d72d4..5f72a6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -804,7 +804,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.20.3" +version = "0.20.4" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 0e8bb17..0563420 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.20.3" +version = "0.20.4" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs"