From d7d509418b8a79f93e183204d1a57907fc42f2eb Mon Sep 17 00:00:00 2001 From: Roland Bewick Date: Tue, 24 Sep 2024 14:26:01 +0700 Subject: [PATCH] chore: try to fix build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7202784e0..37c9190a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["cryptography::cryptocurrencies"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lints.rust] -unexpected_cfgs = { level = "warn", check-cfg = ['cfg(vss)'] } +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(vss)', 'cfg(vss_test)'] } [lib] crate-type = ["lib", "staticlib", "cdylib"]