File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ exclude = ["ensure-no_std"]
44resolver = " 2"
55
66[workspace .package ]
7- version = " 0.1.4 "
7+ version = " 0.2.0 "
88edition = " 2021"
99license = " Apache-2.0"
1010repository = " https://github.com/lambdaclass/lambdaworks"
1111
1212[workspace .dependencies ]
1313iai-callgrind = " 0.3.1"
14- lambdaworks-crypto = { path = " ./crypto" }
15- lambdaworks-gpu = { path = " ./gpu" }
16- lambdaworks-math = { path = " ./math" }
17- stark-platinum-prover = { path = " ./provers/stark" }
14+ lambdaworks-crypto = { path = " ./crypto" , version = " 0.2.0 " }
15+ lambdaworks-gpu = { path = " ./gpu" , version = " 0.2.0 " }
16+ lambdaworks-math = { path = " ./math" , version = " 0.2.0 " }
17+ stark-platinum-prover = { path = " ./provers/stark" , version = " 0.2.0 " }
1818
1919[profile .bench ]
2020lto = true
You can’t perform that action at this time.
0 commit comments