From 9c47ef265826ac24d060e3fc693490574f130e26 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Tue, 4 Nov 2025 13:18:59 -0500 Subject: [PATCH] Restore deny exception for `kayabaNerve/elliptic-curves`, accidentally dropped when merging `develop` --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 0b856ece..29e76287 100644 --- a/deny.toml +++ b/deny.toml @@ -138,6 +138,7 @@ unknown-git = "deny" allow-registry = ["https://github.com/rust-lang/crates.io-index"] allow-git = [ "https://github.com/rust-lang-nursery/lazy-static.rs", + "https://github.com/kayabaNerve/elliptic-curves", "https://github.com/monero-oxide/monero-oxide", "https://github.com/kayabaNerve/monero-oxide", "https://github.com/serai-dex/patch-polkadot-sdk",