Skip to content

Commit

Permalink
update miden-gpu rev
Browse files Browse the repository at this point in the history
Signed-off-by: GopherJ <[email protected]>
  • Loading branch information
GopherJ committed Aug 24, 2024
1 parent cbdde53 commit bbd1cf8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 32 deletions.
47 changes: 18 additions & 29 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ crate-type = ["cdylib", "rlib"]

[features]
concurrent = ["processor/concurrent", "std", "winter-prover/concurrent"]
default = ["webgpu"]
default = ["std"]
metal = ["dep:miden-gpu", "dep:pollster", "concurrent", "std"]
webgpu = ["dep:miden-gpu", "miden-gpu/webgpu", "async"]
async = ["maybe-async/async", "winter-prover/async", "dep:async-trait"]
Expand All @@ -34,11 +34,11 @@ async-trait = { version = "0.1", optional = true }
elsa = { version = "1.9" }

[target.'cfg(all(target_arch = "aarch64", target_os = "macos"))'.dependencies]
miden-gpu = { git = "https://github.com/0xPolygonMiden/miden-gpu", rev = "ee2e51bf1ed54a40212d60ddb55a5b97bfdfae5b", default-features = false, optional = true }
miden-gpu = { git = "https://github.com/0xPolygonMiden/miden-gpu", rev = "71b573879024d3626e399926b89199b7549c0e13", default-features = false, optional = true }
pollster = { version = "0.3", optional = true }

[target.'cfg(target_family = "wasm")'.dependencies]
miden-gpu = { git = "https://github.com/0xPolygonMiden/miden-gpu", rev = "ee2e51bf1ed54a40212d60ddb55a5b97bfdfae5b", default-features = false, optional = true }
miden-gpu = { git = "https://github.com/0xPolygonMiden/miden-gpu", rev = "71b573879024d3626e399926b89199b7549c0e13", default-features = false, optional = true }

[target.'cfg(target_family = "wasm")'.dev-dependencies]
wasm-bindgen-test = "0.3"
Expand Down

0 comments on commit bbd1cf8

Please sign in to comment.