From b84475f035381f173dd2e392be0f89fbcfe29fd5 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 14 Apr 2022 11:08:40 +0200 Subject: [PATCH] chore: Bump version number (v0.22.2) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a562b59..b9d2e9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -870,7 +870,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.22.1" +version = "0.22.2" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 6bdcca1..492f114 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.22.1" +version = "0.22.2" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs"