Skip to content

Commit

Permalink
Merge pull request #8 from 0xJepsen/patch-1
Browse files Browse the repository at this point in the history
Update Cargo.toml
  • Loading branch information
mattsse authored Nov 24, 2023
2 parents a72fb4f + c1d0559 commit f5673ff
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"] }
tokio = { version = "1.19", features = ["macros", "rt-multi-thread"] }

0 comments on commit f5673ff

Please sign in to comment.