From 23977c68d4dfade846a7a2eca40e77c52eced53c Mon Sep 17 00:00:00 2001 From: Troy Benson Date: Sun, 8 Dec 2024 04:39:15 +0000 Subject: [PATCH] add CC0-1.0 to compat --- Justfile | 2 +- deny.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 2f8d057e..56985906 100644 --- a/Justfile +++ b/Justfile @@ -25,7 +25,7 @@ test *args: cargo llvm-cov report --lcov --output-path ./lcov.info deny *args: - cargo deny check + cargo deny {{args}} --all-features check workspace-hack: cargo hakari manage-deps diff --git a/deny.toml b/deny.toml index 9c23520e..9bf852a3 100644 --- a/deny.toml +++ b/deny.toml @@ -13,6 +13,7 @@ allow = [ "Zlib", "WTFPL", "OpenSSL", + "CC0-1.0", ] unused-allowed-license = "warn"