Skip to content

Commit

Permalink
fix: Cargo dependency override
Browse files Browse the repository at this point in the history
Fixed how we patch the `halo2_proofs` dependency to stop the resolution error.
  • Loading branch information
ElusAegis committed Oct 22, 2024
1 parent 5b121f6 commit 9f370ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -110,7 +110,7 @@ console_error_panic_hook = "0.1.7"
wasm-bindgen-console-logger = "0.1.1"


[target.'cfg(not(any(target_os = "ios", all(target_arch = "wasm32", target_os = "unknown"))))'.dev-dependencies]
[target.'cfg(not(all(target_arch = "wasm32", target_os = "unknown")))'.dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }


Expand Down Expand Up @@ -249,7 +249,7 @@ no-update = []
icicle = { git = "https://github.com/ingonyama-zk/icicle?rev=45b00fb", package = "icicle", branch = "fix/vhnat/ezkl-build-fix" }

[patch.'https://github.com/zkonduit/halo2']
halo2_proofs = { git = "https://github.com/zkonduit//halo2", package = "halo2_proofs", branch = "ac/cache-lookup-commitments" }
halo2_proofs = { git = "https://github.com/zkonduit/halo2?branch=ac/cache-lookup-commitments#8b13a0d2a7a34d8daab010dadb2c47dfa47d37d0", package = "halo2_proofs", branch = "ac/cache-lookup-commitments" }

[patch.crates-io]
uniffi_testing = { git = "https://github.com/ElusAegis/uniffi-rs", branch = "feat/testing-feature-build-fix" }
Expand Down

0 comments on commit 9f370ee

Please sign in to comment.