chiark / gitweb /
Bump crate versions to 1.1.9
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 16 Jun 2023 11:22:11 +0000 (12:22 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 16 Jun 2023 11:40:52 +0000 (12:40 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.lock
Cargo.toml
macros/Cargo.toml

index 8154c80a9b8493d79aa7813cfd266c038d994d96..4118974bc30c450c9b260abc1dca74b78da0f649 100644 (file)
@@ -522,7 +522,7 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
 
 [[package]]
 name = "hippotat"
-version = "1.1.8"
+version = "1.1.9"
 dependencies = [
  "backtrace",
  "base64",
@@ -561,7 +561,7 @@ dependencies = [
 
 [[package]]
 name = "hippotat-macros"
-version = "1.1.8"
+version = "1.1.9"
 dependencies = [
  "itertools",
  "proc-macro2",
index 252a5125be59d30f194162f4cae484c443f87ffd..e6082721ee99b58ad0419d11f3fa15c2cceb407b 100644 (file)
@@ -4,7 +4,7 @@
 
 [package]
 name = "hippotat"
-version = "1.1.8"
+version = "1.1.9"
 edition = "2018"
 description="Asinine HTTP-over-IP"
 license="GPL-3.0-or-later"
index feafc4107a460104138299c1fcd4923f9f049404..6f98685b8593e0c7bfee6e58417e7e974902db3f 100644 (file)
@@ -4,7 +4,7 @@
 
 [package]
 name = "hippotat-macros"
-version = "1.1.8"
+version = "1.1.9"
 edition = "2018"
 description="Asinine HTTP-over-IP, proc-macros"
 license="GPL-3.0-or-later"