From 6f898a62804bcbb1ea8d7cf8bb824d68a16dd281 Mon Sep 17 00:00:00 2001 From: Slatian Date: Fri, 11 Apr 2025 22:12:17 +0200 Subject: [PATCH] Version bump to 1.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2d8ca6..6b3cbfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -551,7 +551,7 @@ dependencies = [ [[package]] name = "echoip-slatecave" -version = "1.6.0" +version = "1.7.1" dependencies = [ "axum", "axum-client-ip", diff --git a/Cargo.toml b/Cargo.toml index 8cea277..ef73397 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "echoip-slatecave" -version = "1.6.0" +version = "1.7.1" edition = "2021" authors = ["Slatian "]