From: Ian Jackson Date: Sun, 25 Feb 2024 18:47:48 +0000 (+0000) Subject: Finalise 1.1.11 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=3778002962fdf096773b60cd7c7f8824d8d2e914;p=hippotat.git Finalise 1.1.11 Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index 6e2068a..f0f68f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -540,7 +540,7 @@ checksum = "379dada1584ad501b383485dd706b8afb7a70fcbc7f4da7d780638a5a6124a60" [[package]] name = "hippotat" -version = "1.1.10" +version = "1.1.11" dependencies = [ "backtrace", "base64", @@ -583,7 +583,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "1.1.10" +version = "1.1.11" dependencies = [ "itertools", "proc-macro2", diff --git a/Cargo.lock.minimal b/Cargo.lock.minimal index 334b99a..18af6eb 100644 --- a/Cargo.lock.minimal +++ b/Cargo.lock.minimal @@ -562,7 +562,7 @@ checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" [[package]] name = "hippotat" -version = "1.1.10" +version = "1.1.11" dependencies = [ "backtrace", "base64", @@ -605,7 +605,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "1.1.10" +version = "1.1.11" dependencies = [ "itertools", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index e0c3ae1..5c72a1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat" -version = "1.1.10" +version = "1.1.11" edition = "2018" description="Asinine HTTP-over-IP" license="GPL-3.0-or-later" diff --git a/debian/changelog b/debian/changelog index 5f8c5a8..d73155b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,7 +13,7 @@ hippotat (1.1.11) unstable; urgency=medium * Do compatibility with nix API changes via build.rs, cargo metadata, and #[cfg]. - -- + -- Ian Jackson Sun, 25 Feb 2024 18:47:15 +0000 hippotat (1.1.10) unstable; urgency=medium diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 3f1581f..49bcfce 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat-macros" -version = "1.1.10" +version = "1.1.11" edition = "2018" description="Asinine HTTP-over-IP, proc-macros" license="GPL-3.0-or-later"