Fix cargo-udeps

This commit is contained in:
Michael Sproul
2022-11-09 11:53:59 +11:00
parent 6c42aef1b5
commit 93457d85b7
2 changed files with 7 additions and 4 deletions

View File

@@ -42,3 +42,6 @@ snap = "1.0.1"
beacon_chain = { path = "../beacon_node/beacon_chain" }
store = { path = "../beacon_node/store" }
malloc_utils = { path = "../common/malloc_utils" }
[package.metadata.cargo-udeps.ignore]
normal = ["malloc_utils"]