Skip to content

Commit

Permalink
fix: update metal prover to work with latest miden-gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Nov 27, 2024
1 parent 960dd7d commit 60a32af
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 181 deletions.
55 changes: 20 additions & 35 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 prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ winter-prover = { package = "winter-prover", version = "0.11", default-features

[target.'cfg(all(target_arch = "aarch64", target_os = "macos"))'.dependencies]
elsa = { version = "1.9", optional = true }
miden-gpu = { version = "0.3", optional = true }
miden-gpu = { version = "0.4", optional = true }
pollster = { version = "0.4", optional = true }
Loading

0 comments on commit 60a32af

Please sign in to comment.