Skip to content

Commit

Permalink
Upgrade OpenEthereum from 2.6.7 to 2.6.8. (#3506)
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Nov 3, 2020
1 parent 59ebefd commit ab2e04c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions runtime/near-evm-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ keccak-hash = "0.2.0"
ripemd160 = "0.9.0"
libsecp256k1 = "0.3.5"

evm = { git = "https://github.com/openethereum/openethereum", rev = "v2.6.7" }
vm = { git = "https://github.com/openethereum/openethereum", rev = "v2.6.7" }
evm = { git = "https://github.com/openethereum/openethereum", rev = "v2.6.8" }
vm = { git = "https://github.com/openethereum/openethereum", rev = "v2.6.8" }
bn = { git = "https://github.com/paritytech/bn", default-features = false }
parity-bytes = "0.1.0"
ethereum-types = "0.6.0"
Expand Down

0 comments on commit ab2e04c

Please sign in to comment.