From: Ian Jackson Date: Fri, 16 Jun 2023 11:22:11 +0000 (+0100) Subject: Bump crate versions to 1.1.9 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=1023b8ba2976aed32bf487484f3530f87422479b;p=hippotat.git Bump crate versions to 1.1.9 Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index 8154c80..4118974 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -522,7 +522,7 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" [[package]] name = "hippotat" -version = "1.1.8" +version = "1.1.9" dependencies = [ "backtrace", "base64", @@ -561,7 +561,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "1.1.8" +version = "1.1.9" dependencies = [ "itertools", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 252a512..e608272 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat" -version = "1.1.8" +version = "1.1.9" edition = "2018" description="Asinine HTTP-over-IP" license="GPL-3.0-or-later" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index feafc41..6f98685 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat-macros" -version = "1.1.8" +version = "1.1.9" edition = "2018" description="Asinine HTTP-over-IP, proc-macros" license="GPL-3.0-or-later"