commit fdeb061a0c5124ccd656bb655e4d9732f6f38514 parent 9ab32fa995f6768b68c729a88b2ad7ba58d5cc0f Author: Joris Hartog <jorishartog@hotmail.com> Date: Tue, 11 Aug 2026 07:26:36 +0200 Bump version to 0.2.44 Diffstat:
| M | Cargo.lock | | | 2 | +- |
| M | Cargo.toml | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock @@ -537,7 +537,7 @@ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" [[package]] name = "iuna" -version = "0.2.43" +version = "0.2.44" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iuna" -version = "0.2.43" +version = "0.2.44" edition = "2024" license = "Apache-2.0"