From 09238c7a59ed7f068043610d031dc37e3547453d Mon Sep 17 00:00:00 2001 From: sinkingpoint Date: Tue, 21 Dec 2021 10:24:36 +1100 Subject: [PATCH] Version Bump This bumps us to version 1.1.2 to patch #3 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c420f0..917117e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "gravel-gateway" -version = "1.1.0" +version = "1.1.2" dependencies = [ "bcrypt", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3d42b2e..ed25266 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gravel-gateway" -version = "1.1.0" +version = "1.1.2" edition = "2018" license = "LGPL-3.0" description = "A Prometheus Push Gateway for FAAS applications" @@ -27,4 +27,4 @@ bcrypt = {optional = true, version = "0.10"} [features] default = ["tls", "auth"] tls = ["warp/tls"] -auth = ["bcrypt"] \ No newline at end of file +auth = ["bcrypt"]