@@ -7,13 +7,15 @@ edition = "2021"
7
7
members = []
8
8
9
9
[dependencies ]
10
- openvm = { git = " https://github.com/openvm-org/openvm.git" }
11
- openvm-platform = { git = " https://github.com/openvm-org/openvm.git" }
12
- openvm-algebra-guest = { git = " https://github.com/openvm-org/openvm.git" }
13
- openvm-algebra-moduli-macros = { git = " https://github.com/openvm-org/openvm.git" }
14
- openvm-algebra-complex-macros = { git = " https://github.com/openvm-org/openvm.git" }
15
- openvm-ecc-guest = { git = " https://github.com/openvm-org/openvm.git" }
16
- openvm-pairing-guest = { git = " https://github.com/openvm-org/openvm.git" , features = [" bls12_381" ] }
10
+ openvm = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop" }
11
+ openvm-platform = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop" }
12
+ openvm-algebra-guest = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop" }
13
+ openvm-algebra-moduli-macros = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop" }
14
+ openvm-algebra-complex-macros = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop" }
15
+ openvm-ecc-guest = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop" }
16
+ openvm-pairing-guest = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop" , features = [
17
+ " bls12_381" ,
18
+ ] }
17
19
hex-literal = { version = " 0.4.1" , default-features = false }
18
20
19
21
[features ]
@@ -24,4 +26,3 @@ std = [
24
26
" openvm-ecc-guest/std" ,
25
27
" openvm-pairing-guest/std" ,
26
28
]
27
-
0 commit comments