Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierdmello committed Aug 21, 2024
1 parent aa35dba commit f994ca0
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 26 deletions.
72 changes: 47 additions & 25 deletions Cargo.lock

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

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ default-members = ["cli"]
[workspace.dependencies]
# consensus
ssz-rs = { package = "ssz_rs", version = "0.9.0" }
milagro_bls = { package = "snowbridge-milagro-bls", git = "https://github.com/Snowfork/milagro_bls", rev = "6a95c9e33c6a41d9137761e593d53742ebb964de" }
milagro_bls = { package = "bls12_381", git = "https://github.com/xavierdmello/bls12_381.git", branch="bhargav/experiment"}

# execution
alloy = { version = "0.2.1", features = [
Expand Down Expand Up @@ -72,6 +72,11 @@ hyper = "1.3.1"
zduny-wasm-timer = "0.2.8"
retri = "0.1.0"

[patch.crates-io]
sha2-v0-9-9 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha2", branch = "patch-sha2-v0.9.9" }
sha2-v0-10-8 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha2", branch = "patch-sha2-v0.10.8" }
tiny-keccak = { git = "https://github.com/sp1-patches/tiny-keccak", branch = "patch-v2.0.2" }

######################################
# Top Level Dependencies
######################################
Expand Down

0 comments on commit f994ca0

Please sign in to comment.