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 @@ -5,16 +5,16 @@ exclude = ["ensure-no_std"]
5
5
resolver = " 2"
6
6
7
7
[workspace .package ]
8
- version = " 0.6 .0"
8
+ version = " 0.7 .0"
9
9
edition = " 2021"
10
10
license = " Apache-2.0"
11
11
repository = " https://github.com/lambdaclass/lambdaworks"
12
12
13
13
[workspace .dependencies ]
14
14
iai-callgrind = " 0.3.1"
15
- lambdaworks-crypto = { path = " ./crypto" , version = " 0.6 .0" , default-features = false }
16
- lambdaworks-gpu = { path = " ./gpu" , version = " 0.6 .0" }
17
- lambdaworks-math = { path = " ./math" , version = " 0.6 .0" , default-features = false }
15
+ lambdaworks-crypto = { path = " ./crypto" , version = " 0.7 .0" , default-features = false }
16
+ lambdaworks-gpu = { path = " ./gpu" , version = " 0.7 .0" }
17
+ lambdaworks-math = { path = " ./math" , version = " 0.7 .0" , default-features = false }
18
18
stark-platinum-prover = { path = " ./provers/stark" }
19
19
cairo-platinum-prover = { path = " ./provers/cairo" }
20
20
lambdaworks-winterfell-adapter = { path = " ./provers/winterfell_adapter" }
Original file line number Diff line number Diff line change 9
9
Add this to your ` Cargo.toml `
10
10
``` toml
11
11
[dependencies ]
12
- lambdaworks-crypto = " 0.6 .0"
12
+ lambdaworks-crypto = " 0.7 .0"
13
13
```
14
14
15
15
## 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.6 .0"
11
+ lambdaworks-math = " 0.7 .0"
12
12
```
13
13
14
14
## Structure
You can’t perform that action at this time.
0 commit comments