File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ exclude = ["ensure-no_std"]
23
23
resolver = " 2"
24
24
25
25
[workspace .package ]
26
- version = " 0.11 .0"
26
+ version = " 0.12 .0"
27
27
edition = " 2021"
28
28
license = " Apache-2.0"
29
29
repository = " https://github.com/lambdaclass/lambdaworks"
30
30
31
31
[workspace .dependencies ]
32
- lambdaworks-crypto = { path = " ./crates/crypto" , version = " 0.11 .0" , default-features = false }
33
- lambdaworks-gpu = { path = " ./crates/gpu" , version = " 0.11 .0" }
34
- lambdaworks-math = { path = " ./crates/math" , version = " 0.11 .0" , default-features = false }
32
+ lambdaworks-crypto = { path = " ./crates/crypto" , version = " 0.12 .0" , default-features = false }
33
+ lambdaworks-gpu = { path = " ./crates/gpu" , version = " 0.12 .0" }
34
+ lambdaworks-math = { path = " ./crates/math" , version = " 0.12 .0" , default-features = false }
35
35
lambdaworks-groth16 = { path = " ./crates/provers/groth16" }
36
36
lambdaworks-circom-adapter = { path = " ./crates/provers/groth16/circom-adapter" }
37
37
lambdaworks-sumcheck = { path = " ./crates/provers/sumcheck" }
Original file line number Diff line number Diff line change 8
8
Add this to your ` Cargo.toml `
9
9
``` toml
10
10
[dependencies ]
11
- lambdaworks-crypto = " 0.11 .0"
11
+ lambdaworks-crypto = " 0.12 .0"
12
12
```
13
13
14
14
## Structure
Original file line number Diff line number Diff line change 8
8
Add this to your ` Cargo.toml `
9
9
``` toml
10
10
[dependencies ]
11
- lambdaworks-math = " 0.11 .0"
11
+ lambdaworks-math = " 0.12 .0"
12
12
```
13
13
14
14
## Structure
You can’t perform that action at this time.
0 commit comments