From d5e27646b8ff4088b614b5f4cb70128e1b2f056c Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 30 Jun 2023 12:51:11 +0900 Subject: [PATCH] Do not stop CI by cargo-deny multiple-versions error --- .deny.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.deny.toml b/.deny.toml index aa2f82a..aa9cae9 100644 --- a/.deny.toml +++ b/.deny.toml @@ -10,9 +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 = [] # https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html [licenses]