File tree 6 files changed +20
-18
lines changed 6 files changed +20
-18
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ members = []
9
9
[dependencies ]
10
10
openvm = { git = " https://github.com/openvm-org/openvm.git" , features = [
11
11
" std" ,
12
- ] }
13
- openvm-platform = { git = " https://github.com/openvm-org/openvm.git" }
14
- openvm-algebra-guest = { git = " https://github.com/openvm-org/openvm.git" }
15
- openvm-algebra-complex-macros = { git = " https://github.com/openvm-org/openvm.git" }
12
+ ], branch = " develop " }
13
+ openvm-platform = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop " }
14
+ openvm-algebra-guest = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop " }
15
+ openvm-algebra-complex-macros = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop " }
16
16
serde = { version = " 1.0.216" }
17
17
num-bigint = { version = " 0.4.6" , features = [" serde" ] }
18
18
Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ members = []
9
9
[dependencies ]
10
10
openvm = { git = " https://github.com/openvm-org/openvm.git" , features = [
11
11
" std" ,
12
- ] }
13
- openvm-bigint-guest = { git = " https://github.com/openvm-org/openvm.git" }
12
+ ], branch = " develop" }
13
+ openvm-platform = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop" }
14
+ openvm-bigint-guest = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop" }
14
15
15
16
[features ]
16
17
default = []
Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ edition = "2021"
7
7
members = []
8
8
9
9
[dependencies ]
10
- openvm = { git = " https://github.com/openvm-org/openvm.git" , features = [
10
+ openvm = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop " , features = [
11
11
" std" ,
12
12
] }
13
- openvm-keccak256-guest = { git = " https://github.com/openvm-org/openvm.git" }
13
+ openvm-platform = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop" }
14
+ openvm-keccak256-guest = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop" }
14
15
hex = { version = " 0.4.3" }
15
16
16
17
[features ]
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ members = []
9
9
[dependencies ]
10
10
openvm = { git = " https://github.com/openvm-org/openvm.git" , features = [
11
11
" std" ,
12
- ] }
13
- openvm-algebra-guest = { git = " https://github.com/openvm-org/openvm.git" }
14
- openvm-algebra-moduli-macros = { git = " https://github.com/openvm-org/openvm.git" }
15
- openvm-algebra-complex-macros = { git = " https://github.com/openvm-org/openvm.git" }
16
- openvm-ecc-guest = { git = " https://github.com/openvm-org/openvm.git" }
17
- openvm-pairing-guest = { git = " https://github.com/openvm-org/openvm.git" , features = [
12
+ ], branch = " develop " }
13
+ openvm-algebra-guest = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop " }
14
+ openvm-algebra-moduli-macros = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop " }
15
+ openvm-algebra-complex-macros = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop " }
16
+ openvm-ecc-guest = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop " }
17
+ openvm-pairing-guest = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop " , features = [
18
18
" bls12_381" ,
19
19
] }
20
20
hex-literal = { version = " 0.4.1" , default-features = false }
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ members = []
9
9
[dependencies ]
10
10
openvm = { git = " https://github.com/openvm-org/openvm.git" , features = [
11
11
" std" ,
12
- ] }
13
- openvm-sha256-guest = { git = " https://github.com/openvm-org/openvm.git" }
12
+ ], branch = " develop " }
13
+ openvm-sha256-guest = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop " }
14
14
hex = { version = " 0.4.3" }
15
15
16
16
[features ]
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ members = []
9
9
[dependencies ]
10
10
openvm = { git = " https://github.com/openvm-org/openvm.git" , features = [
11
11
" std" ,
12
- ] }
13
- openvm-bigint-guest = { git = " https://github.com/openvm-org/openvm.git" }
12
+ ], branch = " develop " }
13
+ openvm-bigint-guest = { git = " https://github.com/openvm-org/openvm.git" , branch = " develop " }
14
14
15
15
[features ]
16
16
default = []
You can’t perform that action at this time.
0 commit comments