From 061eac4de045c8142916c2d08164a323fb23f58e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Dec 2022 00:29:35 +0000 Subject: [PATCH] Finalise version 1.1.0 Signed-off-by: Ian Jackson --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- debian/changelog | 2 +- macros/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index feefd6b..4ee2480 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -478,7 +478,7 @@ dependencies = [ [[package]] name = "hippotat" -version = "1.0.0" +version = "1.1.0" dependencies = [ "backtrace", "base64", @@ -517,7 +517,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "1.0.0" +version = "1.1.0" dependencies = [ "itertools", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index b75e711..baab920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat" -version = "1.0.0" +version = "1.1.0" 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.0.0", path = "macros" } +hippotat-macros = { version = "1.1.0", 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 5c0fe30..b6d8f8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,7 +11,7 @@ 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 hippotat (1.0) unstable; urgency=medium diff --git a/macros/Cargo.toml b/macros/Cargo.toml index da72f41..8822a59 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat-macros" -version = "1.0.0" +version = "1.1.0" edition = "2018" description="Asinine HTTP-over-IP, proc-macros" license="GPL-3.0-or-later" -- 2.30.2