@@ -88,10 +88,10 @@ op-alloy-rpc-types-engine = { version = "0.6.8", default-features = false }
88
88
op-alloy-network = { version = " 0.6.8" , default-features = false }
89
89
90
90
# sp1
91
- sp1-lib = { version = " 4.0.0-rc.11 " , features = [" verify" ] }
92
- sp1-sdk = { version = " 4.0.0-rc.11 " }
93
- sp1-zkvm = {version = " 4.0.0-rc.11 " , features = [" verify" , " embedded" ] }
94
- sp1-build = { version = " 4.0.0-rc.11 " }
91
+ sp1-lib = { version = " 4.0.0" , features = [" verify" ] }
92
+ sp1-sdk = { version = " 4.0.0" }
93
+ sp1-zkvm = {version = " 4.0.0" , features = [" verify" , " embedded" ] }
94
+ sp1-build = { version = " 4.0.0" }
95
95
96
96
[profile .release-client-lto ]
97
97
inherits = " release"
@@ -100,11 +100,10 @@ codegen-units = 1
100
100
lto = " fat"
101
101
102
102
[patch .crates-io ]
103
- tiny-keccak = { git = " https://github.com/sp1-patches/tiny-keccak" , tag = " patch-2.0.2-sp1-4.0.0-rc.3 " }
104
- sha2 = { git = " https://github.com/sp1-patches/RustCrypto-hashes" , package = " sha2" , tag = " patch-sha2-0.10.8-sp1-4.0.0-rc.3 " }
105
- ecdsa = { git = " https://github.com/sp1-patches/signatures" , tag = " patch-0.16.9-sp1-4.0.0-rc.3-v2 " }
106
- substrate-bn = { git = " https://github.com/sp1-patches/bn" , tag = " patch-0.6.0-sp1-4.0.0-rc.3-v1 " }
107
- sha3 = { git = " https://github.com/sp1-patches/RustCrypto-hashes" , package = " sha3" , tag = " patch-sha3-0.10.8-sp1-4.0.0-rc.3 " }
103
+ tiny-keccak = { git = " https://github.com/sp1-patches/tiny-keccak" , tag = " patch-2.0.2-sp1-4.0.0" }
104
+ sha2 = { git = " https://github.com/sp1-patches/RustCrypto-hashes" , package = " sha2" , tag = " patch-sha2-0.10.8-sp1-4.0.0" }
105
+ ecdsa = { git = " https://github.com/sp1-patches/signatures" , tag = " patch-0.16.9-sp1-4.0.0" }
106
+ substrate-bn = { git = " https://github.com/sp1-patches/bn" , tag = " patch-0.6.0-sp1-4.0.0" }
107
+ sha3 = { git = " https://github.com/sp1-patches/RustCrypto-hashes" , package = " sha3" , tag = " patch-sha3-0.10.8-sp1-4.0.0" }
108
108
109
- # Note: Renamed this package to sp1_bls12_381 because it was published with that crate name to kzg_rs.
110
- sp1_bls12_381 = { git = " https://github.com/sp1-patches/bls12_381.git" , branch = " ratan/patch-0.8.0-sp1-4.0.0-rc.3-v1-rename-package" }
109
+ # Note: kzg-rs must be on version 0.2.4, https://github.com/bluealloy/revm/pull/2002.
0 commit comments