chiark / gitweb /
Bump versions and document 1.1.2 and link to ITP
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 18 Dec 2022 22:32:21 +0000 (22:32 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 18 Dec 2022 22:39:55 +0000 (22:39 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.lock
Cargo.toml
debian/changelog
macros/Cargo.toml

index 5f27e066e0135c59d540e19f170a9d9b4f945036..89bfbe3f506f9fc90353a0db981a5282444fdb0a 100644 (file)
@@ -478,7 +478,7 @@ dependencies = [
 
 [[package]]
 name = "hippotat"
-version = "1.1.1"
+version = "1.1.2"
 dependencies = [
  "backtrace",
  "base64",
@@ -517,7 +517,7 @@ dependencies = [
 
 [[package]]
 name = "hippotat-macros"
-version = "1.1.1"
+version = "1.1.2"
 dependencies = [
  "itertools",
  "proc-macro2",
index 38437ea54c4ccd5a4751b9176718049d9ac20440..e77eeb5add3c3da302b1eafa3b179e6650de0f6e 100644 (file)
@@ -4,7 +4,7 @@
 
 [package]
 name = "hippotat"
-version = "1.1.1"
+version = "1.1.2"
 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.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):
index fa2db36a7a8b04a36417be245d3a150854485956..69e2f61c95e0278bb60ce5921ecb35e062642a40 100644 (file)
@@ -1,3 +1,13 @@
+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:
index a4e15af84c0a319d87ca8209d740a2d365a1e774..fa32804f0423112f313f7c4518acd9bf147c577d 100644 (file)
@@ -4,7 +4,7 @@
 
 [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"