Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Use unreleased version of web3 with fix for deploy issue
Browse files Browse the repository at this point in the history
We use an unreleased version of `web3` which includes a fix for silent
deploy failures [1].

[1]: tomusdrw/rust-web3#242
  • Loading branch information
Thomas Scholtes committed Aug 7, 2019
1 parent f620ebb commit 8033154
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 2 deletions.
79 changes: 78 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ authors = [
edition = "2018"

[dependencies]
web3 = "0.8.0"
# We require the patch https://github.com/tomusdrw/rust-web3/pull/242.
# Once a new version of web3 is released we can update it.
web3 = { git = "https://github.com/tomusdrw/rust-web3/", rev = "b2aa7336bc9bf192f7959e79525a6d2667ff4c85" }
env_logger = "0.6.2"
hex = "0.3.1"
clap = "2.31"
Expand Down

0 comments on commit 8033154

Please sign in to comment.