chore(ci): bench

This commit is contained in:
thesimplekid
2024-08-01 09:04:47 -05:00
parent e0cd4a38d7
commit ed9762568a

View File

@@ -76,3 +76,6 @@ required-features = ["wallet"]
rand.workspace = true
bip39.workspace = true
anyhow.workspace = true
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] }