From 81b1a93fbd1009a6efce1fcff11ee539f3c6e961 Mon Sep 17 00:00:00 2001 From: sinkingpoint Date: Sun, 15 May 2022 14:03:13 +0200 Subject: [PATCH] Bump Cargo version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e59afa6..b3ff3a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -456,7 +456,7 @@ dependencies = [ [[package]] name = "gravel-gateway" -version = "1.2.0" +version = "1.3.0" dependencies = [ "bcrypt", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6b9cffa..f1070c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gravel-gateway" -version = "1.2.0" +version = "1.3.0" edition = "2018" license = "LGPL-3.0" description = "A Prometheus Push Gateway for FAAS applications"