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 bf80f3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ exclude = ["ensure-no_std"]
resolver = "2"

[workspace.package]
version = "0.10.0"
version = "0.11.0"
edition = "2021"
license = "Apache-2.0"
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 bf80f3f

Please sign in to comment.