Skip to content

Commit 82ddadb

Browse files
committed
deps
1 parent f8a14e7 commit 82ddadb

File tree

19 files changed

+112
-122
lines changed

19 files changed

+112
-122
lines changed

Cargo.toml

Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -44,54 +44,54 @@ powdr-openvm-hints-transpiler = { path = "./openvm/extensions/hints-transpiler",
4444
powdr-openvm-hints-circuit = { path = "./openvm/extensions/hints-circuit", version = "0.1.4" }
4545

4646
# openvm
47-
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
48-
openvm-build = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
49-
openvm-rv32im-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
50-
openvm-rv32im-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
51-
openvm-rv32im-guest = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr", default-features = false }
52-
openvm-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
53-
openvm-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
54-
openvm-circuit-derive = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
55-
openvm-circuit-primitives = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
56-
openvm-circuit-primitives-derive = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
57-
openvm-instructions = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
58-
openvm-instructions-derive = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
59-
openvm-sdk = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr", default-features = false, features = [
47+
openvm = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
48+
openvm-build = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
49+
openvm-rv32im-circuit = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
50+
openvm-rv32im-transpiler = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
51+
openvm-rv32im-guest = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback", default-features = false }
52+
openvm-transpiler = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
53+
openvm-circuit = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
54+
openvm-circuit-derive = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
55+
openvm-circuit-primitives = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
56+
openvm-circuit-primitives-derive = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
57+
openvm-instructions = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
58+
openvm-instructions-derive = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
59+
openvm-sdk = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback", default-features = false, features = [
6060
"parallel",
6161
"jemalloc",
6262
"nightly-features",
6363
"evm-prove",
6464
] }
65-
openvm-ecc-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
66-
openvm-ecc-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
67-
openvm-keccak256-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
68-
openvm-keccak256-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
69-
openvm-sha256-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
70-
openvm-sha256-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
71-
openvm-algebra-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
72-
openvm-algebra-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
73-
openvm-bigint-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
74-
openvm-bigint-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
75-
openvm-pairing-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
76-
openvm-pairing-transpiler = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
77-
openvm-native-circuit = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr", default-features = false }
78-
openvm-native-recursion = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr", default-features = false }
79-
openvm-platform = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
80-
openvm-custom-insn = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
65+
openvm-ecc-circuit = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
66+
openvm-ecc-transpiler = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
67+
openvm-keccak256-circuit = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
68+
openvm-keccak256-transpiler = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
69+
openvm-sha256-circuit = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
70+
openvm-sha256-transpiler = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
71+
openvm-algebra-circuit = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
72+
openvm-algebra-transpiler = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
73+
openvm-bigint-circuit = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
74+
openvm-bigint-transpiler = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
75+
openvm-pairing-circuit = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
76+
openvm-pairing-transpiler = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
77+
openvm-native-circuit = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback", default-features = false }
78+
openvm-native-recursion = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback", default-features = false }
79+
openvm-platform = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
80+
openvm-custom-insn = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
8181

8282
# stark-backend
83-
openvm-stark-sdk = { git = "https://github.com/powdr-labs/stark-backend.git", rev = "v1.2.1-powdr", default-features = false, features = [
83+
openvm-stark-sdk = { git = "https://github.com/powdr-labs/stark-backend.git", branch = "fallback-to-software", default-features = false, features = [
8484
"parallel",
8585
"jemalloc",
8686
"nightly-features",
8787
] }
88-
openvm-stark-backend = { git = "https://github.com/powdr-labs/stark-backend.git", rev = "v1.2.1-powdr", default-features = false, features = [
88+
openvm-stark-backend = { git = "https://github.com/powdr-labs/stark-backend.git", branch = "fallback-to-software", default-features = false, features = [
8989
"parallel",
9090
"jemalloc",
9191
] }
92-
openvm-cuda-backend = { git = "https://github.com/powdr-labs/stark-backend.git", rev = "v1.2.1-powdr", default-features = false }
93-
openvm-cuda-builder = { git = "https://github.com/powdr-labs/stark-backend.git", rev = "v1.2.1-powdr", default-features = false }
94-
openvm-cuda-common = { git = "https://github.com/powdr-labs/stark-backend.git", rev = "v1.2.1-powdr", default-features = false }
92+
openvm-cuda-backend = { git = "https://github.com/powdr-labs/stark-backend.git", branch = "fallback-to-software", default-features = false }
93+
openvm-cuda-builder = { git = "https://github.com/powdr-labs/stark-backend.git", branch = "fallback-to-software", default-features = false }
94+
openvm-cuda-common = { git = "https://github.com/powdr-labs/stark-backend.git", branch = "fallback-to-software", default-features = false }
9595

9696
[profile.pr-tests]
9797
inherits = "dev"
@@ -114,40 +114,40 @@ iter_over_hash_type = "deny"
114114

115115
# Uncomment both patches below for local stark-backend and openvm.
116116
# The local openvm also needs to have stark-backend patched so all types match.
117-
[patch."https://github.com/powdr-labs/stark-backend.git"]
118-
openvm-stark-sdk = { path = "../stark-backend/crates/stark-sdk", default-features = false }
119-
openvm-stark-backend = { path = "../stark-backend/crates/stark-backend", default-features = false }
120-
openvm-cuda-backend = { path = "../stark-backend/crates/cuda-backend", default-features = false }
121-
openvm-cuda-builder = { path = "../stark-backend/crates/cuda-builder", default-features = false }
122-
openvm-cuda-common = { path = "../stark-backend/crates/cuda-common", default-features = false }
117+
# [patch."https://github.com/powdr-labs/stark-backend.git"]
118+
# openvm-stark-sdk = { path = "../stark-backend/crates/stark-sdk", default-features = false }
119+
# openvm-stark-backend = { path = "../stark-backend/crates/stark-backend", default-features = false }
120+
# openvm-cuda-backend = { path = "../stark-backend/crates/cuda-backend", default-features = false }
121+
# openvm-cuda-builder = { path = "../stark-backend/crates/cuda-builder", default-features = false }
122+
# openvm-cuda-common = { path = "../stark-backend/crates/cuda-common", default-features = false }
123123

124-
[patch."https://github.com/powdr-labs/openvm.git"]
125-
openvm = { path = "../openvm/crates/toolchain/openvm" }
126-
openvm-build = { path = "../openvm/crates/toolchain/build" }
127-
openvm-rv32im-circuit = { path = "../openvm/extensions/rv32im/circuit/" }
128-
openvm-rv32im-transpiler = { path = "../openvm/extensions/rv32im/transpiler" }
129-
openvm-rv32im-guest = { path = "../openvm/extensions/rv32im/guest" }
130-
openvm-transpiler = { path = "../openvm/crates/toolchain/transpiler" }
131-
openvm-circuit = { path = "../openvm/crates/vm" }
132-
openvm-circuit-derive = { path = "../openvm/crates/vm/derive" }
133-
openvm-circuit-primitives = { path = "../openvm/crates/circuits/primitives" }
134-
openvm-circuit-primitives-derive = { path = "../openvm/crates/circuits/primitives/derive" }
135-
openvm-instructions = { path = "../openvm/crates/toolchain/instructions" }
136-
openvm-instructions-derive = { path = "../openvm/crates/toolchain/instructions/derive" }
137-
openvm-sdk = { path = "../openvm/crates/sdk" }
138-
openvm-ecc-circuit = { path = "../openvm/extensions/ecc/circuit" }
139-
openvm-ecc-transpiler = { path = "../openvm/extensions/ecc/transpiler" }
140-
openvm-keccak256-circuit = { path = "../openvm/extensions/keccak256/circuit" }
141-
openvm-keccak256-transpiler = { path = "../openvm/extensions/keccak256/transpiler" }
142-
openvm-sha256-circuit = { path = "../openvm/extensions/sha256/circuit" }
143-
openvm-sha256-transpiler = { path = "../openvm/extensions/sha256/transpiler" }
144-
openvm-algebra-circuit = { path = "../openvm/extensions/algebra/circuit" }
145-
openvm-algebra-transpiler = { path = "../openvm/extensions/algebra/transpiler" }
146-
openvm-bigint-circuit = { path = "../openvm/extensions/bigint/circuit" }
147-
openvm-bigint-transpiler = { path = "../openvm/extensions/bigint/transpiler" }
148-
openvm-pairing-circuit = { path = "../openvm/extensions/pairing/circuit" }
149-
openvm-pairing-transpiler = { path = "../openvm/extensions/pairing/transpiler" }
150-
openvm-native-circuit = { path = "../openvm/extensions/native/circuit" }
151-
openvm-native-recursion = { path = "../openvm/extensions/native/recursion" }
152-
openvm-platform = { path = "../openvm/crates/toolchain/platform" }
153-
openvm-custom-insn = { path = "../openvm/crates/toolchain/custom_insn" }
124+
# [patch."https://github.com/powdr-labs/openvm.git"]
125+
# openvm = { path = "../openvm/crates/toolchain/openvm" }
126+
# openvm-build = { path = "../openvm/crates/toolchain/build" }
127+
# openvm-rv32im-circuit = { path = "../openvm/extensions/rv32im/circuit/" }
128+
# openvm-rv32im-transpiler = { path = "../openvm/extensions/rv32im/transpiler" }
129+
# openvm-rv32im-guest = { path = "../openvm/extensions/rv32im/guest" }
130+
# openvm-transpiler = { path = "../openvm/crates/toolchain/transpiler" }
131+
# openvm-circuit = { path = "../openvm/crates/vm" }
132+
# openvm-circuit-derive = { path = "../openvm/crates/vm/derive" }
133+
# openvm-circuit-primitives = { path = "../openvm/crates/circuits/primitives" }
134+
# openvm-circuit-primitives-derive = { path = "../openvm/crates/circuits/primitives/derive" }
135+
# openvm-instructions = { path = "../openvm/crates/toolchain/instructions" }
136+
# openvm-instructions-derive = { path = "../openvm/crates/toolchain/instructions/derive" }
137+
# openvm-sdk = { path = "../openvm/crates/sdk" }
138+
# openvm-ecc-circuit = { path = "../openvm/extensions/ecc/circuit" }
139+
# openvm-ecc-transpiler = { path = "../openvm/extensions/ecc/transpiler" }
140+
# openvm-keccak256-circuit = { path = "../openvm/extensions/keccak256/circuit" }
141+
# openvm-keccak256-transpiler = { path = "../openvm/extensions/keccak256/transpiler" }
142+
# openvm-sha256-circuit = { path = "../openvm/extensions/sha256/circuit" }
143+
# openvm-sha256-transpiler = { path = "../openvm/extensions/sha256/transpiler" }
144+
# openvm-algebra-circuit = { path = "../openvm/extensions/algebra/circuit" }
145+
# openvm-algebra-transpiler = { path = "../openvm/extensions/algebra/transpiler" }
146+
# openvm-bigint-circuit = { path = "../openvm/extensions/bigint/circuit" }
147+
# openvm-bigint-transpiler = { path = "../openvm/extensions/bigint/transpiler" }
148+
# openvm-pairing-circuit = { path = "../openvm/extensions/pairing/circuit" }
149+
# openvm-pairing-transpiler = { path = "../openvm/extensions/pairing/transpiler" }
150+
# openvm-native-circuit = { path = "../openvm/extensions/native/circuit" }
151+
# openvm-native-recursion = { path = "../openvm/extensions/native/recursion" }
152+
# openvm-platform = { path = "../openvm/crates/toolchain/platform" }
153+
# openvm-custom-insn = { path = "../openvm/crates/toolchain/custom_insn" }

openvm/guest-ecc-manual/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ version = "0.0.0"
66
edition = "2021"
77

88
[dependencies]
9-
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr", features = [
9+
openvm = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback", features = [
1010
"std",
1111
] }
12-
openvm-ecc-guest = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr", subdirectory = "extensions/ecc/guest", default-features = false }
13-
openvm-algebra-guest = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr", subdirectory = "extensions/algebra/guest", default-features = false }
14-
openvm-k256 = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr", subdirectory = "guest-libs/k256", package = "k256", features = [
12+
openvm-ecc-guest = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback", subdirectory = "extensions/ecc/guest", default-features = false }
13+
openvm-algebra-guest = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback", subdirectory = "extensions/algebra/guest", default-features = false }
14+
openvm-k256 = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback", subdirectory = "guest-libs/k256", package = "k256", features = [
1515
"ecdsa",
1616
] }
1717

openvm/guest-ecc-powdr-affine-hint/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ version = "0.0.0"
55
edition = "2021"
66

77
[dependencies]
8-
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr", features = [
8+
openvm = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback", features = [
99
"std",
1010
] }
11-
k256 = { git = "https://github.com/powdr-labs/elliptic-curves-k256", rev = "v1.4.1-powdr", default-features = false, features = [
11+
k256 = { git = "https://github.com/powdr-labs/elliptic-curves-k256", branch = "support-sotfware-fallback", default-features = false, features = [
1212
"expose-field",
1313
"arithmetic",
1414
] }

openvm/guest-ecc-projective/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.0.0"
55
edition = "2021"
66

77
[dependencies]
8-
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr", features = [
8+
openvm = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback", features = [
99
"std",
1010
] }
1111
k256 = { version = "0.13", default-features = false, features = ["arithmetic"] }

openvm/guest-ecrecover-manual/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ version = "0.0.0"
55
edition = "2021"
66

77
[dependencies]
8-
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr", features = [
8+
openvm = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback", features = [
99
"std",
1010
] }
11-
openvm-algebra-guest = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
12-
openvm-algebra-moduli-macros = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
13-
openvm-ecc-guest = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
14-
openvm-ecc-sw-macros = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
15-
openvm-k256 = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr", package = "k256" }
11+
openvm-algebra-guest = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
12+
openvm-algebra-moduli-macros = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
13+
openvm-ecc-guest = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
14+
openvm-ecc-sw-macros = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
15+
openvm-k256 = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback", package = "k256" }
1616

1717
elliptic-curve = { version = "0.13.8" }
1818
ecdsa = { version = "0.16.9" }

openvm/guest-ecrecover/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ version = "0.0.0"
55
edition = "2021"
66

77
[dependencies]
8-
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr", features = [
8+
openvm = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback", features = [
99
"std",
1010
] }
11-
k256 = { git = "https://github.com/powdr-labs/elliptic-curves-k256", rev = "v1.4.1-powdr", default-features = false, features = [
11+
k256 = { git = "https://github.com/powdr-labs/elliptic-curves-k256", branch = "support-sotfware-fallback", default-features = false, features = [
1212
"expose-field",
1313
"arithmetic",
1414
"ecdsa",

openvm/guest-hints-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
[dependencies]
88
# The `rev` here must point to the same version used in the workspace.
99
# Otherwise, there is conflict with the `powdr-openvm-hints-guest` dependency (which is part of the workspace).
10-
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
10+
openvm = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
1111
powdr-openvm-hints-guest = { path = "../extensions/hints-guest/" }
1212

1313
[profile.release-with-debug]

openvm/guest-keccak-manual-precompile/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ edition = "2021"
77
members = []
88

99
[dependencies]
10-
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
11-
openvm-platform = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
12-
openvm-keccak256 = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
10+
openvm = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
11+
openvm-platform = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
12+
openvm-keccak256 = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }

openvm/guest-keccak/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.0.0"
55
edition = "2021"
66

77
[dependencies]
8-
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
8+
openvm = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
99
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
1010

1111
[profile.release-with-debug]

openvm/guest-matmul/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.0.0"
55
edition = "2021"
66

77
[dependencies]
8-
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev = "v1.4.1-powdr" }
8+
openvm = { git = "https://github.com/powdr-labs/openvm.git", branch = "support-sotfware-fallback" }
99

1010
[profile.release-with-debug]
1111
inherits = "release"

0 commit comments

Comments
 (0)