Fix benchmark timestamp dependency

This commit is contained in:
Ahmad Kaouk 2026-03-20 15:49:50 +01:00
parent 89e2db7ab7
commit 22c32c0b17

View file

@ -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]