From: Ian Jackson Date: Sun, 26 Oct 2025 23:13:03 +0000 (+0000) Subject: Set cargo package versions to 1.2.3 X-Git-Tag: debian/1.3.1~7^2~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=849f18879ddd61bf1c125f2c15145cb4d0cebea2;p=hippotat.git Set cargo package versions to 1.2.3 Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index 5d83bf1..aa7eab1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -617,7 +617,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hippotat" -version = "1.2.2" +version = "1.2.3" dependencies = [ "backtrace", "base64", @@ -664,7 +664,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "1.2.2" +version = "1.2.3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.lock.minimal b/Cargo.lock.minimal index 830c472..8296b2e 100644 --- a/Cargo.lock.minimal +++ b/Cargo.lock.minimal @@ -657,7 +657,7 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "hippotat" -version = "1.2.2" +version = "1.2.3" dependencies = [ "backtrace", "base64 0.21.0", @@ -704,7 +704,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "1.2.2" +version = "1.2.3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index a6e805c..c857374 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat" -version = "1.2.2" +version = "1.2.3" edition = "2018" description="Asinine HTTP-over-IP" license="GPL-3.0-or-later" @@ -27,7 +27,7 @@ path="server/server.rs" [dependencies] derive-deftly = "1" -hippotat-macros = { version = "=1.2.2", path = "macros" } +hippotat-macros = { version = "=1.2.3", path = "macros" } backtrace = "0.3.74" base64 = ">=0.21, <0.23" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 35aedb6..64e1249 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat-macros" -version = "1.2.2" +version = "1.2.3" edition = "2018" description="Asinine HTTP-over-IP, proc-macros" license="GPL-3.0-or-later"