File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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.8 .0"
8+ version = " 0.9 .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.8 .0" , default-features = false }
16- lambdaworks-gpu = { path = " ./gpu" , version = " 0.8 .0" }
17- lambdaworks-math = { path = " ./math" , version = " 0.8 .0" , default-features = false }
15+ lambdaworks-crypto = { path = " ./crypto" , version = " 0.9 .0" , default-features = false }
16+ lambdaworks-gpu = { path = " ./gpu" , version = " 0.9 .0" }
17+ lambdaworks-math = { path = " ./math" , version = " 0.9 .0" , default-features = false }
1818stark-platinum-prover = { path = " ./provers/stark" }
1919cairo-platinum-prover = { path = " ./provers/cairo" }
2020lambdaworks-winterfell-adapter = { path = " ./provers/winterfell_adapter" }
You can’t perform that action at this time.
0 commit comments