From 2c7148d63691942134c8a00c635040021eb6c9e5 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Fri, 13 Sep 2024 02:39:43 -0400 Subject: [PATCH] Add machete exception for monero-clsag to monero-wallet --- networks/monero/wallet/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/networks/monero/wallet/Cargo.toml b/networks/monero/wallet/Cargo.toml index 7f55ba0b..af787e49 100644 --- a/networks/monero/wallet/Cargo.toml +++ b/networks/monero/wallet/Cargo.toml @@ -11,6 +11,10 @@ rust-version = "1.80" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] +rust-version = "1.80" + +[package.metadata.cargo-machete] +ignored = ["monero-clsag"] [lints] workspace = true