From ea5dac4b58f8a32eb75191d202d2b1b8db717792 Mon Sep 17 00:00:00 2001 From: Steven Johnson Date: Thu, 2 Jan 2025 19:38:06 +0700 Subject: [PATCH] fix(rust): Allow using the mithril crate as a git reference, so we can pin it to a hash --- earthly/rust/stdcfgs/deny.toml | 1 + examples/rust/deny.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/earthly/rust/stdcfgs/deny.toml b/earthly/rust/stdcfgs/deny.toml index cb0005992..20876ac49 100644 --- a/earthly/rust/stdcfgs/deny.toml +++ b/earthly/rust/stdcfgs/deny.toml @@ -57,6 +57,7 @@ allow-git = [ "https://github.com/txpipe/vrf", "https://github.com/txpipe/kes", "https://github.com/txpipe/curve25519-dalek", + "https://github.com/input-output-hk/mithril", ] [licenses] diff --git a/examples/rust/deny.toml b/examples/rust/deny.toml index cb0005992..20876ac49 100644 --- a/examples/rust/deny.toml +++ b/examples/rust/deny.toml @@ -57,6 +57,7 @@ allow-git = [ "https://github.com/txpipe/vrf", "https://github.com/txpipe/kes", "https://github.com/txpipe/curve25519-dalek", + "https://github.com/input-output-hk/mithril", ] [licenses]