Skip to content

Commit 7ffcf7c

Browse files
authored
Release v0.8.0: Lecker Lokum (#881)
1 parent 07657e9 commit 7ffcf7c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ exclude = ["ensure-no_std"]
55
resolver = "2"
66

77
[workspace.package]
8-
version = "0.7.0"
8+
version = "0.8.0"
99
edition = "2021"
1010
license = "Apache-2.0"
1111
repository = "https://github.com/lambdaclass/lambdaworks"
1212

1313
[workspace.dependencies]
1414
iai-callgrind = "0.3.1"
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 }
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 }
1818
stark-platinum-prover = { path = "./provers/stark" }
1919
cairo-platinum-prover = { path = "./provers/cairo" }
2020
lambdaworks-winterfell-adapter = { path = "./provers/winterfell_adapter"}

crypto/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Add this to your `Cargo.toml`
1010
```toml
1111
[dependencies]
12-
lambdaworks-crypto = "0.7.0"
12+
lambdaworks-crypto = "0.8.0"
1313
```
1414

1515
## Structure

math/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Add this to your `Cargo.toml`
99
```toml
1010
[dependencies]
11-
lambdaworks-math = "0.7.0"
11+
lambdaworks-math = "0.8.0"
1212
```
1313

1414
## Structure

0 commit comments

Comments
 (0)