From 9fa8ba26c0351ae4b599eeec1c6c3338a064ca6a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 30 Jun 2023 12:46:00 +0900 Subject: [PATCH] Do not stop CI by cargo-deny multiple-versions error --- .deny.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.deny.toml b/.deny.toml index af3304b0..aa9cae91 100644 --- a/.deny.toml +++ b/.deny.toml @@ -10,11 +10,8 @@ ignore = [] # https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html [bans] -multiple-versions = "deny" +multiple-versions = "warn" wildcards = "allow" # https://github.com/EmbarkStudios/cargo-deny/issues/448 -skip = [ - { name = "bitflags", version = "1" }, -] # https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html [licenses]