Skip to content

Commit

Permalink
test(patches): use new BLS branch for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Feb 10, 2025
1 parent 6a921fb commit 5ca3185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch-testing/bls12-381/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ path = "bin/test_bls_double.rs"
[dependencies]
sp1-lib = { path = "../../../crates/zkvm/lib" }
sp1-zkvm = { path = "../../../crates/zkvm/entrypoint" }
bls12_381 = { git = "https://github.com/sp1-patches/bls12_381", tag = "patch-0.8.0-sp1-4.0.0", features = ["groups"] }
bls12_381 = { git = "https://github.com/sp1-patches/bls12_381", branch = "aurelien/sp1-patch-on-latest", features = ["groups"] }

[patch.crates-io]
sp1-lib = { path = "../../../crates/zkvm/lib" }

0 comments on commit 5ca3185

Please sign in to comment.