From 978321e6ef6053cb704accaf02f0c783979664cd Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 22 Mar 2020 18:13:29 +0100 Subject: [PATCH] Bump version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 591aa2b..7ef19e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -830,7 +830,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.11.5" +version = "0.11.6" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index a824259..aceb848 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.11.5" +version = "0.11.6" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs"