Skip to content

Commit

Permalink
Release v0.3.0: Vitello Tonnato (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen authored Dec 4, 2023
1 parent 347957a commit 96f4600
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.2.0"
version = "0.3.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.2.0" }
lambdaworks-gpu = { path = "./gpu", version = "0.2.0" }
lambdaworks-math = { path = "./math", version = "0.2.0" }
stark-platinum-prover = { path = "./provers/stark", version = "0.2.0" }
cairo-platinum-prover = { path = "./provers/cairo", version = "0.2.0" }
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" }

[profile.bench]
lto = true
Expand Down

0 comments on commit 96f4600

Please sign in to comment.