Skip to content

Commit

Permalink
remove patches
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierdmello committed Jul 23, 2024
1 parent 509547a commit 18318ec
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions 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 = "bls12_381", git = "https://github.com/succinctlabs/bls12_381"}
milagro_bls = { package = "snowbridge-milagro-bls", git = "https://github.com/Snowfork/milagro_bls", rev = "6a95c9e33c6a41d9137761e593d53742ebb964de" }

# execution
ethers-core = { git = "https://github.com/gakonst/ethers-rs", rev = "3bf1a9e0d698e9fdfc91d0353878901af5a5c5ef" }
Expand Down Expand Up @@ -60,11 +60,6 @@ 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 18318ec

Please sign in to comment.