Skip to content

Commit

Permalink
Release v0.11.0: Hasty Hamburger
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen committed Oct 23, 2024
1 parent 5ad9656 commit 2f2d876
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ repository = "https://github.com/lambdaclass/lambdaworks"

[workspace.dependencies]
iai-callgrind = "0.3.1"
lambdaworks-crypto = { path = "./crypto", version = "0.10.0", default-features = false }
lambdaworks-gpu = { path = "./gpu", version = "0.10.0" }
lambdaworks-math = { path = "./math", version = "0.10.0", default-features = false }
lambdaworks-crypto = { path = "./crypto", version = "0.11.0", default-features = false }
lambdaworks-gpu = { path = "./gpu", version = "0.11.0" }
lambdaworks-math = { path = "./math", version = "0.11.0", default-features = false }
stark-platinum-prover = { path = "./provers/stark" }
lambdaworks-winterfell-adapter = { path = "./provers/winterfell_adapter"}
lambdaworks-groth16 = { path = "./provers/groth16" }
Expand Down
2 changes: 1 addition & 1 deletion crypto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Add this to your `Cargo.toml`
```toml
[dependencies]
lambdaworks-crypto = "0.8.0"
lambdaworks-crypto = "0.11.0"
```

## Structure
Expand Down
2 changes: 1 addition & 1 deletion math/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Add this to your `Cargo.toml`
```toml
[dependencies]
lambdaworks-math = "0.8.0"
lambdaworks-math = "0.11.0"
```

## Structure
Expand Down

0 comments on commit 2f2d876

Please sign in to comment.