Skip to content

Commit

Permalink
chore: update patches for client-op too
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed Aug 22, 2024
1 parent 59e7c1f commit 40ea80f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
22 changes: 20 additions & 2 deletions bin/client-op/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 bin/client-op/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ alloy-trie = { git = "https://github.com/alloy-rs/trie.git", rev = "28ebb7cc70cb
sha2 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", branch = "patch-v0.10.8", package = "sha2" }
ecdsa-core = { git = "https://github.com/sp1-patches/signatures", package = "ecdsa", branch = "patch-ecdsa-v0.16.9" }
tiny-keccak = { git = "https://github.com/sp1-patches/tiny-keccak", branch = "patch-v2.0.2" }
bn = { package = "substrate-bn", git = "https://github.com/0xWOLAND/bn", branch = "main" }
bls12_381 = { git = "https://github.com/0xWOLAND/bls12_381", branch = "bhargav/experiment" }
bn = { package = "substrate-bn", git = "https://github.com/sp1-patches/bn", branch = "patch-v0.6.0" }
bls12_381 = { git = "https://github.com/sp1-patches/bls12_381", branch = "patch-v0.8.0" }
kzg-rs = { git = "https://github.com/succinctlabs/kzg-rs", branch = "bhargav/sp1-bls-patch" }

0 comments on commit 40ea80f

Please sign in to comment.