Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,339 changes: 680 additions & 659 deletions rust/Cargo.lock

Large diffs are not rendered by default.

230 changes: 115 additions & 115 deletions rust/Cargo.toml

Large diffs are not rendered by default.

342 changes: 99 additions & 243 deletions rust/kona/sp1/programs/Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/kona/sp1/programs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ kona-sp1-range-vkeys = { path = "../crates/range-vkeys" }

# Feature anchor only: revm's `bn` forwards to revm-precompile/bn so the guest
# build uses the SP1-patched substrate-bn backend for bn128.
revm = { version = "42.0.1", default-features = false, features = ["bn"] }
revm = { version = "43.0.0", default-features = false, features = ["bn"] }

alloy-primitives = { version = "1.6.0", default-features = false, features = [
"map-foldhash",
Expand Down
Loading
Loading