Replace #[async_trait] with ->imp for traits in eth_wire (#6756)

This commit is contained in:
Abner Zheng
2024-02-24 00:45:25 +08:00
committed by GitHub
parent 761c707e41
commit 34402caeee
10 changed files with 28 additions and 33 deletions

View File

@ -35,7 +35,6 @@ tokio-stream.workspace = true
pin-project.workspace = true
tracing.workspace = true
snap = "1.0.5"
async-trait.workspace = true
# arbitrary utils
arbitrary = { workspace = true, features = ["derive"], optional = true }