Skip to content

Commit

Permalink
Revert k256 bump (#6358)
Browse files Browse the repository at this point in the history
* Revert k256 bump

This k256 version breaks revm, as documented in
RustCrypto/elliptic-curves#988, which breaks foundry.

While I would instead wait to bump revm, foundry nightly (the only supported
version per the provided GH action) is broken and I'd rather correct it ASAP.

* Lock to 0.13.1 in anvil/Cargo.toml
  • Loading branch information
kayabaNerve committed Nov 20, 2023
1 parent 3e962e2 commit a0d1911
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions crates/anvil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ foundry-utils.workspace = true

# evm support
bytes = "1.4.0"
# needed as documented in https://github.com/foundry-rs/foundry/pull/6358
k256 = "=0.13.1"
ethers = { workspace = true, features = ["rustls", "ws", "ipc"] }
trie-db = "0.23"
hash-db = "0.15"
Expand Down

0 comments on commit a0d1911

Please sign in to comment.