From 8c58d145fed67083c4892c806de9eccf08f29a4a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Dec 2022 01:17:42 +0000 Subject: [PATCH] Finalise version 1.1.1; burn version number 1.1.0. 1.1.0 was afflicted by an upload bureaucracy failure to do with cargo publish. Signed-off-by: Ian Jackson --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- debian/changelog | 7 +++++-- macros/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ee2480..7d84226 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -478,7 +478,7 @@ dependencies = [ [[package]] name = "hippotat" -version = "1.1.0" +version = "1.1.1" dependencies = [ "backtrace", "base64", @@ -517,7 +517,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "1.1.0" +version = "1.1.1" dependencies = [ "itertools", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index baab920..38437ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat" -version = "1.1.0" +version = "1.1.1" edition = "2018" description="Asinine HTTP-over-IP" license="GPL-3.0-or-later" @@ -25,7 +25,7 @@ path="server/server.rs" [dependencies] -hippotat-macros = { version = "1.1.0", path = "macros" } +hippotat-macros = { version = "1.1.1", path = "macros" } # versions specified here are mostly just guesses at what is needed # (or currently available): diff --git a/debian/changelog b/debian/changelog index b6d8f8e..fa2db36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hippotat (1.1.0) unstable; urgency=medium +hippotat (1.1.1) unstable; urgency=medium Packaging and build improvements: * Adjusted dependencies --- generally, relaxed. @@ -11,7 +11,10 @@ hippotat (1.1.0) unstable; urgency=medium * Can now build with sbuild in Debian bookworm (subject to build-deps getting through NEW). - -- Ian Jackson Thu, 15 Dec 2022 00:36:59 +0000 + Burned version numbers: + * Burned 1.1.0 due to cargo publish awkardness and fail. + + -- Ian Jackson Thu, 15 Dec 2022 01:16:59 +0000 hippotat (1.0) unstable; urgency=medium diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 8822a59..a4e15af 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat-macros" -version = "1.1.0" +version = "1.1.1" edition = "2018" description="Asinine HTTP-over-IP, proc-macros" license="GPL-3.0-or-later" -- 2.30.2