From c1a1af0109ed4a943744f8181d9c4923d7dbc6bf Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 4 Apr 2020 13:48:04 +0200 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 45bfccc..113c8a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -830,7 +830,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.11.7" +version = "0.11.8" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 0aa3396..1533756 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.11.7" +version = "0.11.8" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs"