From 948f06ba33662efeedf00742ccf5f4e20bbe3456 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Wed, 6 Oct 2021 09:42:42 +0200 Subject: [PATCH] Bump version (v0.20.1) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"