Skip to content

Commit

Permalink
Release v0.4.0: Ristretto Nero (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen authored Jan 3, 2024
1 parent 34af688 commit 17f2c7c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ exclude = ["ensure-no_std"]
resolver = "2"

[workspace.package]
version = "0.3.0"
version = "0.4.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.3.0" }
lambdaworks-gpu = { path = "./gpu", version = "0.3.0" }
lambdaworks-math = { path = "./math", version = "0.3.0" }
stark-platinum-prover = { path = "./provers/stark", version = "0.3.0" }
cairo-platinum-prover = { path = "./provers/cairo", version = "0.3.0" }
lambdaworks-crypto = { path = "./crypto", version = "0.4.0" }
lambdaworks-gpu = { path = "./gpu", version = "0.4.0" }
lambdaworks-math = { path = "./math", version = "0.4.0" }
stark-platinum-prover = { path = "./provers/stark", version = "0.4.0" }
cairo-platinum-prover = { path = "./provers/cairo", version = "0.4.0" }

[patch.crates-io]
winter-air = { git = "https://github.com/lambdaclass/winterfell-for-lambdaworks.git", branch = "derive-clone-v6.4"}
Expand Down

0 comments on commit 17f2c7c

Please sign in to comment.