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 @@ -5,16 +5,16 @@ exclude = ["ensure-no_std"]
55resolver = " 2"
66
77[workspace .package ]
8- version = " 0.10 .0"
8+ version = " 0.11 .0"
99edition = " 2021"
1010license = " Apache-2.0"
1111repository = " https://github.com/lambdaclass/lambdaworks"
1212
1313[workspace .dependencies ]
1414iai-callgrind = " 0.3.1"
15- lambdaworks-crypto = { path = " ./crypto" , version = " 0.10 .0" , default-features = false }
16- lambdaworks-gpu = { path = " ./gpu" , version = " 0.10 .0" }
17- lambdaworks-math = { path = " ./math" , version = " 0.10 .0" , default-features = false }
15+ lambdaworks-crypto = { path = " ./crypto" , version = " 0.11 .0" , default-features = false }
16+ lambdaworks-gpu = { path = " ./gpu" , version = " 0.11 .0" }
17+ lambdaworks-math = { path = " ./math" , version = " 0.11 .0" , default-features = false }
1818stark-platinum-prover = { path = " ./provers/stark" }
1919lambdaworks-winterfell-adapter = { path = " ./provers/winterfell_adapter" }
2020lambdaworks-groth16 = { path = " ./provers/groth16" }
Original file line number Diff line number Diff line change 88Add this to your ` Cargo.toml `
99``` toml
1010[dependencies ]
11- lambdaworks-crypto = " 0.8 .0"
11+ lambdaworks-crypto = " 0.11 .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.8 .0"
11+ lambdaworks-math = " 0.11 .0"
1212```
1313
1414## Structure
You can’t perform that action at this time.
0 commit comments