From 3accff3d8ff4a4bc295980aa8cdad6fe39484ad0 Mon Sep 17 00:00:00 2001 From: nlxrbot Date: Sun, 5 Nov 2023 19:13:23 +0000 Subject: [PATCH] Release pingrep v23.11.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbba205..a985c56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1523,7 +1523,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pingrep" -version = "23.11.1" +version = "23.11.2" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index aee25b9..616237b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pingrep" -version = "23.11.1" +version = "23.11.2" edition = "2021" license = "BSD-2-Clause-Patent" repository = "https://github.com/zoni/pingrep/"