From: Ian Jackson Date: Thu, 20 Mar 2025 00:04:23 +0000 (+0000) Subject: Update version to 1.2.2 X-Git-Tag: debian/1.3.1~10^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=95b4a9eb4766c6e216dfc348625a37609888ae87;p=hippotat.git Update version to 1.2.2 Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index 1698ad2..d7a91f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -616,7 +616,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hippotat" -version = "1.2.1" +version = "1.2.2" dependencies = [ "backtrace", "base64", @@ -663,7 +663,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "1.2.1" +version = "1.2.2" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.lock.minimal b/Cargo.lock.minimal index c0a35b5..8214a07 100644 --- a/Cargo.lock.minimal +++ b/Cargo.lock.minimal @@ -657,7 +657,7 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "hippotat" -version = "1.2.1" +version = "1.2.2" dependencies = [ "backtrace", "base64 0.21.0", @@ -704,7 +704,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "1.2.1" +version = "1.2.2" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 03de1fe..6389f7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat" -version = "1.2.1" +version = "1.2.2" edition = "2018" description="Asinine HTTP-over-IP" license="GPL-3.0-or-later" @@ -27,7 +27,7 @@ path="server/server.rs" [dependencies] derive-deftly = "1" -hippotat-macros = { version = "=1.2.1", path = "macros" } +hippotat-macros = { version = "=1.2.2", path = "macros" } backtrace = "0.3.74" base64 = ">=0.21, <0.23" diff --git a/debian/changelog b/debian/changelog index 98ff3b6..6f8f9e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +hippotat (1.2.2) unstable; urgency=medium + + * Replace config custom proc macro with derive-deftly. + * Dependency updates: allow syn 2. + * Makefile: Force pipe-based jobserver. + + -- Ian Jackson Thu, 20 Mar 2025 00:03:35 +0000 + hippotat (1.2.1) unstable; urgency=medium * autopkgtests: Many fixes/improvements; should now work in ci.debian.net. diff --git a/macros/Cargo.toml b/macros/Cargo.toml index f2d414a..35aedb6 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat-macros" -version = "1.2.1" +version = "1.2.2" edition = "2018" description="Asinine HTTP-over-IP, proc-macros" license="GPL-3.0-or-later"