Skip to content

Commit

Permalink
cargo deny: Fix minor warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed May 21, 2021
1 parent 1b7cd90 commit e08ed92
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ unlicensed = "deny"
copyleft = "deny"

# Allow common non-restrictive licenses.
allow = ["MIT", "Apache-2.0", "BSD-3-Clause", "CC0-1.0"]
allow = ["MIT", "Apache-2.0", "CC0-1.0"]

# Many organizations ban AGPL-licensed code
# https://opensource.google/docs/using/agpl-policy/
Expand All @@ -23,8 +23,6 @@ multiple-versions = "warn"
skip = [
# clap v2.33.0 still uses an older version.
{ name = "strsim", version = "0.8.0" },
# mio uses an older version.
{ name = "winapi", version = "0.2.8" },
]

skip-tree = []
Expand Down

0 comments on commit e08ed92

Please sign in to comment.