File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 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"]
2323resolver = " 2"
2424
2525[workspace .package ]
26- version = " 0.11 .0"
26+ version = " 0.12 .0"
2727edition = " 2021"
2828license = " Apache-2.0"
2929repository = " https://github.com/lambdaclass/lambdaworks"
3030
3131[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 }
3535lambdaworks-groth16 = { path = " ./crates/provers/groth16" }
3636lambdaworks-circom-adapter = { path = " ./crates/provers/groth16/circom-adapter" }
3737lambdaworks-sumcheck = { path = " ./crates/provers/sumcheck" }
Original file line number Diff line number Diff line change 88Add this to your ` Cargo.toml `
99``` toml
1010[dependencies ]
11- lambdaworks-crypto = " 0.11 .0"
11+ lambdaworks-crypto = " 0.12 .0"
1212```
1313
1414## Structure
Original file line number Diff line number Diff line change 88Add this to your ` Cargo.toml `
99``` toml
1010[dependencies ]
11- lambdaworks-math = " 0.11 .0"
11+ lambdaworks-math = " 0.12 .0"
1212```
1313
1414## Structure
You can’t perform that action at this time.
0 commit comments