Dedup runtime shutdown

This commit is contained in:
Paul Hauner
2023-07-05 11:10:11 +10:00
parent b01b595906
commit 1ea991c2e1
5 changed files with 10 additions and 23 deletions

View File

@@ -43,3 +43,4 @@ beacon_chain = { path = "../beacon_node/beacon_chain" }
network = { path = "../beacon_node/network" }
testcontainers = "0.14.0"
unused_port = { path = "../common/unused_port" }
task_executor = { path = "../common/task_executor" }