From 662c0d0fe74ba8a0de90cda49205e17664e312ac Mon Sep 17 00:00:00 2001 From: Max Inden Date: Sun, 7 Jul 2024 15:06:28 +0200 Subject: [PATCH] Update Cargo.toml Signed-off-by: Max Inden --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 21b31fd9..fae43aa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prometheus-client" -version = "0.22.4" +version = "0.22.3" authors = ["Max Inden "] edition = "2021" description = "Open Metrics client library allowing users to natively instrument applications."