Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Jan 11, 2024
1 parent 23de7b0 commit 3f4cdcd
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 12 deletions.
35 changes: 27 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ anyhow = { version = "1.0.71", features = ["backtrace"] }
ethereum-types = "0.14.1"
eth_trie_utils = { git = "https://github.com/0xPolygonZero/eth_trie_utils.git", rev = "e9ec4ec2aa2ae976b7c699ef40c1ffc716d87ed5" }
flexi_logger = { version = "0.25.4", features = ["async"] }
plonky2_evm = { git = "https://github.com/0xPolygonZero/plonky2.git", rev = "f80ebe77f38ecbf94ce3c357fcc5332344561b6d" }
plonky2_evm = { git = "https://github.com/0xPolygonZero/plonky2.git", rev = "b119e96f7f8dee57ebdbc6738e96891d2e628520" }
serde = {version = "1.0.163", features = ["derive"] }
2 changes: 1 addition & 1 deletion eth_test_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
[dependencies]
common = { path = "../common" }
eth_trie_utils = { git = "https://github.com/0xPolygonZero/eth_trie_utils.git", rev = "e9ec4ec2aa2ae976b7c699ef40c1ffc716d87ed5" }
plonky2_evm = { git = "https://github.com/0xPolygonZero/plonky2.git", rev = "f80ebe77f38ecbf94ce3c357fcc5332344561b6d" }
plonky2_evm = { git = "https://github.com/0xPolygonZero/plonky2.git", rev = "b119e96f7f8dee57ebdbc6738e96891d2e628520" }

anyhow = { version = "1.0.71", features = ["backtrace"] }
bytes = "1.4.0"
Expand Down
4 changes: 2 additions & 2 deletions evm_test_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ edition = "2021"

[dependencies]
common = { path = "../common" }
plonky2 = { git = "https://github.com/0xPolygonZero/plonky2.git", rev = "f80ebe77f38ecbf94ce3c357fcc5332344561b6d" }
plonky2_evm = { git = "https://github.com/0xPolygonZero/plonky2.git", rev = "f80ebe77f38ecbf94ce3c357fcc5332344561b6d" }
plonky2 = { git = "https://github.com/0xPolygonZero/plonky2.git", rev = "b119e96f7f8dee57ebdbc6738e96891d2e628520" }
plonky2_evm = { git = "https://github.com/0xPolygonZero/plonky2.git", rev = "b119e96f7f8dee57ebdbc6738e96891d2e628520" }

anyhow = { version = "1.0", features = ["backtrace"] }
askama = "0.12.0"
Expand Down

0 comments on commit 3f4cdcd

Please sign in to comment.