@@ -14,53 +14,52 @@ edition = "2021"
1414homepage = " https://scroll.io"
1515readme = " README.md"
1616repository = " https://github.com/scroll-tech/scroll"
17- version = " 4.6.3 "
17+ version = " 4.7.1 "
1818
1919[workspace .dependencies ]
20- scroll-zkvm-prover = { git = " https://github.com/scroll-tech/zkvm-prover" , rev = " 360f364 " }
21- scroll-zkvm-verifier = { git = " https://github.com/scroll-tech/zkvm-prover" , rev = " 360f364 " }
22- scroll-zkvm-types = { git = " https://github.com/scroll-tech/zkvm-prover" , rev = " 360f364 " }
20+ scroll-zkvm-prover = { git = " https://github.com/scroll-tech/zkvm-prover" , tag = " v0.7.0 " }
21+ scroll-zkvm-verifier = { git = " https://github.com/scroll-tech/zkvm-prover" , tag = " v0.7.0 " }
22+ scroll-zkvm-types = { git = " https://github.com/scroll-tech/zkvm-prover" , tag = " v0.7.0 " }
2323
24- sbv-primitives = { git = " https://github.com/scroll-tech/stateless-block-verifier" , branch = " master " , features = [" scroll" , " rkyv" ] }
25- sbv-utils = { git = " https://github.com/scroll-tech/stateless-block-verifier" , branch = " master " }
26- sbv-core = { git = " https://github.com/scroll-tech/stateless-block-verifier" , branch = " master " , features = [" scroll" ] }
24+ sbv-primitives = { git = " https://github.com/scroll-tech/stateless-block-verifier" , tag = " scroll-v91 " , features = [" scroll" , " rkyv" ] }
25+ sbv-utils = { git = " https://github.com/scroll-tech/stateless-block-verifier" , tag = " scroll-v91 " }
26+ sbv-core = { git = " https://github.com/scroll-tech/stateless-block-verifier" , tag = " scroll-v91 " , features = [" scroll" ] }
2727
2828metrics = " 0.23.0"
2929metrics-util = " 0.17"
3030metrics-tracing-context = " 0.16.0"
3131
3232anyhow = " 1.0"
3333alloy = { version = " 1" , default-features = false }
34- alloy-primitives = { version = " 1.3 " , default-features = false , features = [" tiny-keccak" ] }
34+ alloy-primitives = { version = " 1.4.1 " , default-features = false , features = [" tiny-keccak" ] }
3535# also use this to trigger "serde" feature for primitives
3636alloy-serde = { version = " 1" , default-features = false }
3737
3838serde = { version = " 1" , default-features = false , features = [" derive" ] }
3939serde_json = { version = " 1.0" }
4040serde_derive = " 1.0"
41- serde_with = " 3.11.0 "
41+ serde_with = " 3"
4242itertools = " 0.14"
4343tiny-keccak = " 2.0"
4444tracing = " 0.1"
4545eyre = " 0.6"
4646once_cell = " 1.20"
4747base64 = " 0.22"
4848
49- [patch .crates-io ]
50- revm = { git = " https://github.com/scroll-tech/revm" }
51- revm-bytecode = { git = " https://github.com/scroll-tech/revm" }
52- revm-context = { git = " https://github.com/scroll-tech/revm" }
53- revm-context-interface = { git = " https://github.com/scroll-tech/revm" }
54- revm-database = { git = " https://github.com/scroll-tech/revm" }
55- revm-database-interface = { git = " https://github.com/scroll-tech/revm" }
56- revm-handler = { git = " https://github.com/scroll-tech/revm" }
57- revm-inspector = { git = " https://github.com/scroll-tech/revm" }
58- revm-interpreter = { git = " https://github.com/scroll-tech/revm" }
59- revm-precompile = { git = " https://github.com/scroll-tech/revm" }
60- revm-primitives = { git = " https://github.com/scroll-tech/revm" }
61- revm-state = { git = " https://github.com/scroll-tech/revm" }
6249
63- alloy-primitives = { git = " https://github.com/scroll-tech/alloy-core" , branch = " feat/rkyv" }
50+ [patch .crates-io ]
51+ revm = { git = " https://github.com/scroll-tech/revm" , tag = " scroll-v91" }
52+ revm-bytecode = { git = " https://github.com/scroll-tech/revm" , tag = " scroll-v91" }
53+ revm-context = { git = " https://github.com/scroll-tech/revm" , tag = " scroll-v91" }
54+ revm-context-interface = { git = " https://github.com/scroll-tech/revm" , tag = " scroll-v91" }
55+ revm-database = { git = " https://github.com/scroll-tech/revm" , tag = " scroll-v91" }
56+ revm-database-interface = { git = " https://github.com/scroll-tech/revm" , tag = " scroll-v91" }
57+ revm-handler = { git = " https://github.com/scroll-tech/revm" , tag = " scroll-v91" }
58+ revm-inspector = { git = " https://github.com/scroll-tech/revm" , tag = " scroll-v91" }
59+ revm-interpreter = { git = " https://github.com/scroll-tech/revm" , tag = " scroll-v91" }
60+ revm-precompile = { git = " https://github.com/scroll-tech/revm" , tag = " scroll-v91" }
61+ revm-primitives = { git = " https://github.com/scroll-tech/revm" , tag = " scroll-v91" }
62+ revm-state = { git = " https://github.com/scroll-tech/revm" , tag = " scroll-v91" }
6463
6564[profile .maxperf ]
6665inherits = " release"
0 commit comments