Remove unused exit-future (#9095)

Remove the `exit-future` crate as it is unused.


Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
Mac L
2026-04-06 06:54:41 +04:00
committed by GitHub
parent 7559dd2809
commit 9f0696f93f

View File

@@ -145,7 +145,6 @@ ethereum_serde_utils = "0.8.0"
ethereum_ssz = { version = "0.10.0", features = ["context_deserialize"] }
ethereum_ssz_derive = "0.10.0"
execution_layer = { path = "beacon_node/execution_layer" }
exit-future = "0.2"
filesystem = { path = "common/filesystem" }
fixed_bytes = { path = "consensus/fixed_bytes" }
fnv = "1"