@@ -35,15 +35,15 @@ whir.workspace = true
3535witness.workspace = true
3636
3737# openvm
38- openvm = { git = " https://github.com/scroll-tech/openvm.git " , branch = " feat/ceno_leaves " , default-features = false }
39- openvm-circuit = { git = " https://github.com/scroll-tech/openvm.git " , branch = " feat/ceno_leaves " , default-features = false , features = [ " bench-metrics " ] }
40- openvm-continuations = { git = " https://github.com/scroll-tech/openvm.git " , branch = " feat/ceno_leaves " , default-features = false }
41- openvm-native-circuit = { git = " https://github.com/scroll-tech/openvm.git " , branch = " feat/ceno_leaves " , default-features = false }
42- openvm-native-compiler = { git = " https://github.com/scroll-tech/openvm.git " , branch = " feat/ceno_leaves " , default-features = false }
43- openvm-native-compiler-derive = { git = " https://github.com/scroll-tech/openvm.git " , branch = " feat/ceno_leaves " , default-features = false }
44- openvm-native-recursion = { git = " https://github.com/scroll-tech/openvm.git " , branch = " feat/ceno_leaves " , default-features = false }
45- openvm-rv32im-circuit = { git = " https://github.com/scroll-tech/openvm.git " , branch = " feat/ceno_leaves " , default-features = false }
46- openvm-sdk = { git = " https://github.com/scroll-tech/openvm.git " , branch = " feat/ceno_leaves " , default-features = false }
38+ openvm.workspace = true
39+ openvm-circuit.workspace = true
40+ openvm-continuations.workspace = true
41+ openvm-native-circuit.workspace = true
42+ openvm-native-compiler.workspace = true
43+ openvm-native-compiler-derive.workspace = true
44+ openvm-native-recursion.workspace = true
45+ openvm-rv32im-circuit.workspace = true
46+ openvm-sdk.workspace = true
4747
4848# openvm = { path = "../../openvm-scroll-tech/crates/toolchain/openvm", default-features = false }
4949# openvm-circuit = { path = "../../openvm-scroll-tech/crates/vm", default-features = false, features = ["bench-metrics"] }
0 commit comments