Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
This bumps us to version 1.1.2 to patch #3
  • Loading branch information
sinkingpoint committed Dec 20, 2021
1 parent 20542b5 commit 09238c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -27,4 +27,4 @@ bcrypt = {optional = true, version = "0.10"}
[features]
default = ["tls", "auth"]
tls = ["warp/tls"]
auth = ["bcrypt"]
auth = ["bcrypt"]

0 comments on commit 09238c7

Please sign in to comment.