Skip to content

Commit

Permalink
fix: bls crate
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOLAND committed Aug 19, 2024
1 parent cea2028 commit d7dd8cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ sp1-helper = { git = "https://github.com/succinctlabs/sp1.git", branch = "experi
kzg-rs = { git = "https://github.com/succinctlabs/kzg-rs", branch = "bhargav/sp1-bls-patch", features = [
"cache",
] }
bls12_381 = { git = "https://github.com/0xWOLAND/bls12_381", branch = "bhargav/experiment" }


# sp1
Expand Down
1 change: 0 additions & 1 deletion crates/client-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ itertools.workspace = true

# kzg
kzg-rs.workspace = true
bls12_381.workspace = true

0 comments on commit d7dd8cc

Please sign in to comment.