From 9af682361417821d0be7e75e166c9c2e247971db Mon Sep 17 00:00:00 2001 From: Roland Bewick Date: Tue, 24 Sep 2024 14:25:05 +0700 Subject: [PATCH] chore: try to fix build --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 46bb48143..7202784e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,9 @@ 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)'] } + [lib] crate-type = ["lib", "staticlib", "cdylib"] name = "ldk_node"