mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-09 22:18:13 -05:00
Update patch (#2961)
Simple one. Update patch so that it matches up exactly to the git dependencies. Before this PR, I had many compilation errors (cuz we are missing a couple local crates) when syncing up patches during local development, so might as well push to main so others don't need to fix up in the future ;)
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -150,17 +150,17 @@ iter_over_hash_type = "deny"
|
||||
|
||||
# Uncomment both patches below for local stark-backend and openvm.
|
||||
# The local openvm also needs to have stark-backend patched so all types match.
|
||||
#[patch."https://github.com/powdr-labs/stark-backend.git"]
|
||||
#openvm-stark-sdk = { path = "../stark-backend/crates/stark-sdk", default-features = false }
|
||||
#openvm-stark-backend = { path = "../stark-backend/crates/stark-backend", default-features = false }
|
||||
#
|
||||
# [patch."https://github.com/powdr-labs/stark-backend.git"]
|
||||
# openvm-stark-sdk = { path = "../stark-backend/crates/stark-sdk", default-features = false }
|
||||
# openvm-stark-backend = { path = "../stark-backend/crates/stark-backend", default-features = false }
|
||||
|
||||
# [patch."https://github.com/powdr-labs/openvm.git"]
|
||||
# openvm-transpiler = { path = "../openvm/crates/toolchain/transpiler" }
|
||||
# openvm = { path = "../openvm/crates/toolchain/openvm" }
|
||||
# openvm-build = { path = "../openvm/crates/toolchain/build" }
|
||||
# openvm-rv32im-circuit = { path = "../openvm/extensions/rv32im/circuit/" }
|
||||
# openvm-rv32im-transpiler = { path = "../openvm/extensions/rv32im/transpiler" }
|
||||
# openvm-rv32im-guest = { path = "../openvm/extensions/rv32im/guest" }
|
||||
# openvm-transpiler = { path = "../openvm/crates/toolchain/transpiler" }
|
||||
# openvm-circuit = { path = "../openvm/crates/vm" }
|
||||
# openvm-circuit-derive = { path = "../openvm/crates/vm/derive" }
|
||||
# openvm-circuit-primitives = { path = "../openvm/crates/circuits/primitives" }
|
||||
@@ -168,11 +168,17 @@ iter_over_hash_type = "deny"
|
||||
# openvm-instructions = { path = "../openvm/crates/toolchain/instructions" }
|
||||
# openvm-instructions-derive = { path = "../openvm/crates/toolchain/instructions/derive" }
|
||||
# openvm-sdk = { path = "../openvm/crates/sdk" }
|
||||
# openvm-ecc-circuit = { path = "../openvm/extensions/ecc/circuit" }
|
||||
# openvm-ecc-transpiler = { path = "../openvm/extensions/ecc/transpiler" }
|
||||
# openvm-keccak256-circuit = { path = "../openvm/extensions/keccak256/circuit" }
|
||||
# openvm-keccak256-transpiler = { path = "../openvm/extensions/keccak256/transpiler" }
|
||||
# openvm-sha256-circuit = { path = "../openvm/extensions/sha256/circuit" }
|
||||
# openvm-sha256-transpiler = { path = "../openvm/extensions/sha256/transpiler" }
|
||||
# openvm-algebra-circuit = { path = "../openvm/extensions/algebra/circuit" }
|
||||
# openvm-algebra-transpiler = { path = "../openvm/extensions/algebra/transpiler" }
|
||||
# openvm-bigint-circuit = { path = "../openvm/extensions/bigint/circuit" }
|
||||
# openvm-bigint-transpiler = { path = "../openvm/extensions/bigint/transpiler" }
|
||||
# openvm-pairing-circuit = { path = "../openvm/extensions/pairing/circuit" }
|
||||
# openvm-pairing-transpiler = { path = "../openvm/extensions/pairing/transpiler" }
|
||||
# openvm-native-circuit = { path = "../openvm/extensions/native/circuit" }
|
||||
# openvm-native-recursion = { path = "../openvm/extensions/native/recursion" }
|
||||
|
||||
Reference in New Issue
Block a user