From 635006f6791f62d7a3e900d4d9559f788fbff7ae Mon Sep 17 00:00:00 2001 From: sinkingpoint Date: Sun, 22 Jan 2023 15:34:27 +1100 Subject: [PATCH] v1.6.1 This is a quick patch release for summaries. Signed-off-by: sinkingpoint --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12a8da0..d7b262e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -462,7 +462,7 @@ dependencies = [ [[package]] name = "gravel-gateway" -version = "1.6.0" +version = "1.6.1" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 360e441..f4ab5ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gravel-gateway" -version = "1.6.0" +version = "1.6.1" edition = "2018" license = "LGPL-3.0" description = "A Prometheus Push Gateway for FAAS applications"