Skip to content

Commit

Permalink
cannon-rs FPVM tests (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby authored Feb 13, 2024
1 parent 1973a2f commit 6831d10
Show file tree
Hide file tree
Showing 9 changed files with 2,362 additions and 11 deletions.
11 changes: 4 additions & 7 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
members = ["crates/*"]
exclude = ["examples/minimal", "examples/simple-revm"]
exclude = ["examples/minimal", "examples/simple-revm", "fpvm-tests/cannon-rs-tests"]
resolver = "2"

[workspace.package]
Expand All @@ -13,7 +13,7 @@ homepage = "https://github.com/ethereum-optimism/kona"
exclude = ["**/target", "benches/", "tests"]

[workspace.dependencies]
anyhow = { version = "1.0.75", default-features = false }
anyhow = { version = "1.0.79", default-features = false }
tracing = "0.1.40"
cfg-if = "1.0.0"

Expand Down
4 changes: 2 additions & 2 deletions examples/minimal/Cargo.lock

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

Loading

0 comments on commit 6831d10

Please sign in to comment.