Skip to content

Commit 530f374

Browse files
committed
Patch openvm commits in .cargo/config.toml
1 parent 95dc8fa commit 530f374

File tree

1 file changed

+55
-56
lines changed

1 file changed

+55
-56
lines changed

.cargo/config.toml

Lines changed: 55 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,59 @@
1-
# [net]
2-
# git-fetch-with-cli = true
1+
[net]
2+
git-fetch-with-cli = true
33

4-
# [patch."https://github.com/openvm-org/stark-backend.git"]
5-
# openvm-stark-backend = { git = "ssh://git@github.com/openvm-org/stark-backend.git" }
6-
# openvm-stark-sdk = { git = "ssh://git@github.com/openvm-org/stark-backend.git" }
4+
[patch."https://github.com/openvm-org/stark-backend.git"]
5+
openvm-stark-backend = { git = "ssh://git@github.com/openvm-org/stark-backend.git", rev = "d2788c" }
6+
openvm-stark-sdk = { git = "ssh://git@github.com/openvm-org/stark-backend.git", rev = "d2788c" }
77

8-
# [patch."https://github.com/openvm-org/openvm.git"]
9-
# openvm-benchmarks = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
10-
# # OpenVM
11-
# openvm-sdk = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
12-
# cargo-openvm = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
13-
# openvm-mod-circuit-builder = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
14-
# openvm-poseidon2-air = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
15-
# openvm-circuit-primitives = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
16-
# openvm-circuit-primitives-derive = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
17-
# openvm = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
18-
# openvm-build = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
19-
# openvm-instructions = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
20-
# openvm-instructions-derive = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
21-
# openvm-macros-common = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
22-
# openvm-platform = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
23-
# openvm-transpiler = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
24-
# openvm-circuit = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
25-
# openvm-circuit-derive = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
8+
[patch."https://github.com/openvm-org/openvm.git"]
9+
openvm-benchmarks = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
10+
openvm-sdk = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
11+
cargo-openvm = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
12+
openvm-mod-circuit-builder = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
13+
openvm-poseidon2-air = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
14+
openvm-circuit-primitives = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
15+
openvm-circuit-primitives-derive = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
16+
openvm = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
17+
openvm-build = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
18+
openvm-instructions = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
19+
openvm-instructions-derive = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
20+
openvm-macros-common = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
21+
openvm-platform = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
22+
openvm-transpiler = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
23+
openvm-circuit = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
24+
openvm-circuit-derive = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
2625

27-
# # Extensions
28-
# openvm-algebra-circuit = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
29-
# openvm-algebra-transpiler = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
30-
# openvm-algebra-guest = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
31-
# openvm-algebra-moduli-macros = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
32-
# openvm-algebra-complex-macros = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
33-
# openvm-bigint-circuit = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
34-
# openvm-bigint-transpiler = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
35-
# openvm-bigint-guest = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
36-
# openvm-ecc-circuit = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
37-
# openvm-ecc-transpiler = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
38-
# openvm-ecc-guest = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
39-
# openvm-ecc-sw-macros = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
40-
# openvm-keccak256-circuit = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
41-
# openvm-keccak256-transpiler = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
42-
# openvm-keccak256-guest = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
43-
# openvm-native-circuit = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
44-
# openvm-native-compiler = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
45-
# openvm-native-compiler-derive = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
46-
# openvm-native-recursion = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
47-
# openvm-pairing-circuit = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
48-
# openvm-pairing-transpiler = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
49-
# openvm-pairing-guest = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
50-
# openvm-rv32-adapters = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
51-
# openvm-rv32im-circuit = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
52-
# openvm-rv32im-transpiler = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
53-
# openvm-rv32im-guest = { git = "ssh://git@github.com/openvm-org/openvm.git", default-features = false }
26+
openvm-algebra-circuit = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
27+
openvm-algebra-transpiler = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
28+
openvm-algebra-guest = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
29+
openvm-algebra-moduli-macros = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
30+
openvm-algebra-complex-macros = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
31+
openvm-bigint-circuit = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
32+
openvm-bigint-transpiler = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
33+
openvm-bigint-guest = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
34+
openvm-ecc-circuit = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
35+
openvm-ecc-transpiler = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
36+
openvm-ecc-guest = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
37+
openvm-ecc-sw-macros = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
38+
openvm-keccak256-circuit = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
39+
openvm-keccak256-transpiler = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
40+
openvm-keccak256-guest = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
41+
openvm-native-circuit = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
42+
openvm-native-compiler = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
43+
openvm-native-compiler-derive = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
44+
openvm-native-recursion = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
45+
openvm-pairing-circuit = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
46+
openvm-pairing-transpiler = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
47+
openvm-pairing-guest = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
48+
openvm-rv32-adapters = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
49+
openvm-rv32im-circuit = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
50+
openvm-rv32im-transpiler = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
51+
openvm-rv32im-guest = { git = "ssh://git@github.com/openvm-org/openvm.git", rev = "4b472db55c0e931a168c8bbc1cbce472c822231b" }
5452

55-
56-
# # [patch.crates-io]
57-
# # revm = { path = "../revm/crates/revm" }
58-
# # revm-primitives = { path = "../revm/crates/primitives" }
59-
# # revm-interpreter = { path = "../revm/crates/interpreter" }
60-
# # revm-precompile = { path = "../revm/crates/precompile" }
53+
# OpenVM
54+
# Extensions
55+
# [patch.crates-io]
56+
# revm = { path = "../revm/crates/revm" }
57+
# revm-primitives = { path = "../revm/crates/primitives" }
58+
# revm-interpreter = { path = "../revm/crates/interpreter" }
59+
# revm-precompile = { path = "../revm/crates/precompile" }

0 commit comments

Comments
 (0)