From af00647cf6a6b3f7547e8ab90224463fabebd8a7 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 13 Nov 2021 16:59:39 +0100 Subject: [PATCH] Bump version (v0.20.3) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 678037b..50de741 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -805,7 +805,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.20.2" +version = "0.20.3" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index a966ec0..bd5d161 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.20.2" +version = "0.20.3" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs"