From da1ba38e1939675b07ff3f9a2a5f209cedcc54b1 Mon Sep 17 00:00:00 2001 From: nlxrbot <149952059+nlxrbot@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:32:27 +0100 Subject: [PATCH] Release pingrep v25.1.1 (#123) Co-authored-by: nlxrbot --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f01dfab..2b944b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1295,7 +1295,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pingrep" -version = "25.1.0" +version = "25.1.1" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 7653e8e..1e55404 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pingrep" -version = "25.1.0" +version = "25.1.1" edition = "2021" license = "BSD-2-Clause-Patent" repository = "https://github.com/zoni/pingrep/"