From 8c27126590afe0f7575641f7f1819041e1c6645e Mon Sep 17 00:00:00 2001 From: Daniel Knopik Date: Tue, 28 Jan 2025 18:17:33 +0100 Subject: [PATCH] i swear i know the alphabet --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9979a712..093f843d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,8 +35,8 @@ processor = { path = "anchor/processor" } qbft = { path = "anchor/common/qbft" } qbft_manager = { path = "anchor/qbft_manager" } signature_collector = { path = "anchor/signature_collector" } -subnet_tracker = { path = "anchor/subnet_tracker" } ssv_types = { path = "anchor/common/ssv_types" } +subnet_tracker = { path = "anchor/subnet_tracker" } version = { path = "anchor/common/version" } beacon_node_fallback = { git = "https://github.com/sigp/lighthouse", rev = "1a77f7a0" }