Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
[[package]]
name = "hippotat"
-version = "1.1.1"
+version = "1.1.2"
dependencies = [
"backtrace",
"base64",
[[package]]
name = "hippotat-macros"
-version = "1.1.1"
+version = "1.1.2"
dependencies = [
"itertools",
"proc-macro2",
[package]
name = "hippotat"
-version = "1.1.1"
+version = "1.1.2"
edition = "2018"
description="Asinine HTTP-over-IP"
license="GPL-3.0-or-later"
[dependencies]
-hippotat-macros = { version = "1.1.1", path = "macros" }
+hippotat-macros = { version = "1.1.2", path = "macros" }
# versions specified here are mostly just guesses at what is needed
# (or currently available):
+hippotat (1.1.2) unstable; urgency=medium
+
+ Packaging and build improvements:
+ * Change `cargo-upstream` build-profile to `upstream-cargo`
+ as per debian-devel discussion.
+ * Add link to ITP bug, here: Closes:#1025898.
+ * Updated dependencies.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sun, 18 Dec 2022 22:35:43 +0000
+
hippotat (1.1.1) unstable; urgency=medium
Packaging and build improvements:
[package]
name = "hippotat-macros"
-version = "1.1.1"
+version = "1.1.2"
edition = "2018"
description="Asinine HTTP-over-IP, proc-macros"
license="GPL-3.0-or-later"