From bca4afcff6c28b1f2705c82f452f888510482398 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sun, 14 Dec 2025 01:10:43 +0100 Subject: release 1.7.0 - update dependencies - add server password --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 56f2452..a74d06f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,7 +150,7 @@ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" [[package]] name = "catinator" -version = "1.6.5" +version = "1.7.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 362df14..26fe38c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catinator" -version = "1.6.5" +version = "1.7.0" authors = ["Max Audron "] edition = "2018" -- cgit v1.2.3