Skip to content

Commit

Permalink
Update app/Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Seitz <[email protected]>
  • Loading branch information
0xJepsen and mattsse authored Nov 23, 2023
1 parent 9864640 commit c1d0559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"
bindings = { path = "../bindings" }
ethers = { version = "2", default-features = false, features = ["rustls"] }
eyre = "0.6"
tokio = { version = "1.19", features = ["macros", "full"] }
tokio = { version = "1.19", features = ["macros", "rt-multi-thread"] }

0 comments on commit c1d0559

Please sign in to comment.