From 22c32c0b1700f9fcf24789e4e189967280118a37 Mon Sep 17 00:00:00 2001 From: Ahmad Kaouk Date: Fri, 20 Mar 2026 15:49:50 +0100 Subject: [PATCH] Fix benchmark timestamp dependency --- operator/pallets/external-validators-rewards/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/pallets/external-validators-rewards/Cargo.toml b/operator/pallets/external-validators-rewards/Cargo.toml index aeaa7f32..b0cc31f8 100644 --- a/operator/pallets/external-validators-rewards/Cargo.toml +++ b/operator/pallets/external-validators-rewards/Cargo.toml @@ -30,12 +30,12 @@ pallet-authorship = { workspace = true } pallet-balances = { workspace = true, optional = true } pallet-external-validators = { workspace = true } pallet-session = { workspace = true, features = [ "historical" ] } +pallet-timestamp = { workspace = true } snowbridge-core = { workspace = true } snowbridge-outbound-queue-primitives = { workspace = true } [dev-dependencies] -pallet-timestamp = { workspace = true } sp-io = { workspace = true } [features]