Mainly corrects for https://github.com/alloy-rs/alloy/issues/1510 yet also
corrects a missing machete ignore.
This commit is contained in:
Luke Parker
2024-10-17 18:02:57 -04:00
parent bbe014c3a7
commit 28619fbee1
3 changed files with 12 additions and 7 deletions

View File

@@ -13,6 +13,9 @@ rust-version = "1.70"
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.cargo-machete]
ignored = ["tiny-bip39"]
[lib]
name = "bip39"
path = "src/lib.rs"