From: Ian Jackson Date: Wed, 11 Jan 2023 12:47:28 +0000 (+0000) Subject: cargo: Set version to 1.1.6 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=244fb3ebfdb1578df2ecdd989a9f282baa632fba;p=hippotat.git cargo: Set version to 1.1.6 Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index c8eca22..6b42c83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -478,7 +478,7 @@ dependencies = [ [[package]] name = "hippotat" -version = "1.1.3" +version = "1.1.6" dependencies = [ "backtrace", "base64", @@ -517,7 +517,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "1.1.3" +version = "1.1.6" dependencies = [ "itertools", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 968d94d..b892bf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat" -version = "1.1.3" +version = "1.1.6" edition = "2018" description="Asinine HTTP-over-IP" license="GPL-3.0-or-later" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 03abe9a..5f7293e 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat-macros" -version = "1.1.3" +version = "1.1.6" edition = "2018" description="Asinine HTTP-over-IP, proc-macros" license="GPL-3.0-or-later"