primitive-traits: use alloy _DURATION constants (#11960)

This commit is contained in:
Thomas Coratger
2024-10-23 16:31:22 +02:00
committed by GitHub
parent b7167a9ddc
commit 889a7e0b98
6 changed files with 11 additions and 24 deletions

View File

@ -27,6 +27,7 @@ alloy-rlp.workspace = true
alloy-primitives.workspace = true
revm.workspace = true
alloy-consensus.workspace = true
alloy-eips.workspace = true
# async
tokio = { workspace = true, features = ["sync", "time"] }