Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Bond <[email protected]>
  • Loading branch information
loshz committed Apr 28, 2022
1 parent 1c368e0 commit 7e050c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metrics_server"
version = "0.6.0"
version = "0.6.1"
authors = ["Dan Bond <[email protected]>"]
edition = "2021"
rust-version = "1.58"
Expand Down
4 changes: 2 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ignore = []

[licenses]
# The lint level for crates which do not have a detectable license
unlicensed = "warn"
unlicensed = "deny"
# List of explicitly allowed licenses
allow = [
"Apache-2.0",
Expand All @@ -31,7 +31,7 @@ allow = [
deny = []

# Lint level for licenses considered copyleft
copyleft = "warn"
copyleft = "deny"
# Blanket approval or denial for OSI-approved or FSF Free/Libre licenses
allow-osi-fsf-free = "neither"
# Lint level used when no other predicates are matched
Expand Down

0 comments on commit 7e050c4

Please sign in to comment.