From ac449427b25e4b4a6b4c77ccefa8cdb241b37301 Mon Sep 17 00:00:00 2001 From: David Rusu Date: Sat, 31 Jan 2026 23:59:38 +0400 Subject: [PATCH] feat(license): remove unnecessary cargo deny config --- .deny.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.deny.toml b/.deny.toml index adb01da4..9121ae29 100644 --- a/.deny.toml +++ b/.deny.toml @@ -38,16 +38,10 @@ allow = [ private = { ignore = false } unused-allowed-license = "deny" -[[licenses.clarify]] -expression = "MIT AND ISC" -license-files = [{ hash = 0xbd0eed23, path = "LICENSE" }] -name = "ring" - [sources] allow-git = [ "https://github.com/EspressoSystems/jellyfish.git", "https://github.com/logos-blockchain/logos-blockchain.git", - "https://github.com/logos-blockchain/logos-blockchain-testing.git", ] unknown-git = "deny" unknown-registry = "deny"