Skip to content

Commit

Permalink
Release: v0.5.0 (#750)
Browse files Browse the repository at this point in the history
* Update version

* Specify deps versions

---------

Co-authored-by: Mario Rugiero <[email protected]>
  • Loading branch information
MauroToscano and Oppen authored Jan 8, 2024
1 parent 80a3ff6 commit 543f0bc
Showing 1 changed file with 4 additions and 4 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.4.0"
version = "0.5.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/lambdaclass/lambdaworks"

[workspace.dependencies]
iai-callgrind = "0.3.1"
lambdaworks-crypto = { path = "./crypto", default-features = false }
lambdaworks-gpu = { path = "./gpu" }
lambdaworks-math = { path = "./math", default-features = false }
lambdaworks-crypto = { path = "./crypto", version = "0.5.0", default-features = false }
lambdaworks-gpu = { path = "./gpu", version = "0.5.0" }
lambdaworks-math = { path = "./math", version = "0.5.0", default-features = false }
stark-platinum-prover = { path = "./provers/stark" }
cairo-platinum-prover = { path = "./provers/cairo" }
lambdaworks-winterfell-adapter = { path = "./winterfell_adapter"}
Expand Down

0 comments on commit 543f0bc

Please sign in to comment.