From bdd25aefd6e896c214ab3dddb96fc8431578cf2e Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Wed, 27 Oct 2021 20:54:19 +0200 Subject: [PATCH] Bump version (v0.20.2) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a5ca981..af9f9b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -805,7 +805,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.20.1" +version = "0.20.2" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index fa20684..ced5b37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.20.1" +version = "0.20.2" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs"