From 10029a29c90cb67049d48209c0fba8b91ba9c903 Mon Sep 17 00:00:00 2001 From: Petar Radovic Date: Mon, 13 Apr 2026 15:10:04 +0200 Subject: [PATCH] fix(ci): cargo-deny rand version --- indexer/core/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/indexer/core/src/lib.rs b/indexer/core/src/lib.rs index 53d0654e..29bd50b1 100644 --- a/indexer/core/src/lib.rs +++ b/indexer/core/src/lib.rs @@ -26,6 +26,7 @@ pub struct IndexerCore { pub store: IndexerStore, } +//test #[derive(Clone)] /// This struct represents one L1 block data fetched from backfilling. pub struct BackfillBlockData {