Skip to content

Commit

Permalink
Bump stwo version (#387)
Browse files Browse the repository at this point in the history
bump stwo version
  • Loading branch information
shaharsamocha7 authored Jan 30, 2025
1 parent 6420c27 commit 26d715a
Show file tree
Hide file tree
Showing 64 changed files with 243 additions and 1,922 deletions.
74 changes: 54 additions & 20 deletions stwo_cairo_prover/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 stwo_cairo_prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ serde_json = "1.0.1"
stwo_cairo_prover = { path = "crates/prover", version = "~0.1.0" }
stwo_cairo_utils = { path = "crates/utils", version = "~0.1.0" }
# TODO(ShaharS): take stwo version from the source repository.
stwo-prover = { git = "https://github.com/starkware-libs/stwo", rev = "90b3e55", features = [
stwo-prover = { git = "https://github.com/starkware-libs/stwo", rev = "438c107", features = [
"parallel",
], default-features = false }
thiserror = { version = "2.0.10", default-features = false }
Expand Down
Loading

0 comments on commit 26d715a

Please sign in to comment.