mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
Fix benchmark timestamp dependency
This commit is contained in:
parent
89e2db7ab7
commit
22c32c0b17
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue