From: Ian Jackson Date: Thu, 15 Jun 2023 19:52:17 +0000 (+0100) Subject: Cargo.toml: Bump versions to 1.1.8 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=ce7fe0ea02fda3a6ac5f10f7c74a33a930d5b141;p=hippotat.git Cargo.toml: Bump versions to 1.1.8 Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index 2e0eaaf..6077b09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -522,7 +522,7 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" [[package]] name = "hippotat" -version = "1.1.7" +version = "1.1.8" dependencies = [ "backtrace", "base64", @@ -561,7 +561,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "1.1.7" +version = "1.1.8" dependencies = [ "itertools", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index dbda0f5..252a512 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat" -version = "1.1.7" +version = "1.1.8" edition = "2018" description="Asinine HTTP-over-IP" license="GPL-3.0-or-later" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 08a4151..feafc41 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat-macros" -version = "1.1.7" +version = "1.1.8" edition = "2018" description="Asinine HTTP-over-IP, proc-macros" license="GPL-3.0-or-later"