Skip to content

Commit

Permalink
Release v0.2.0: Tasty Tabule (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen authored Sep 28, 2023
1 parent c76dbf6 commit c718c5d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ exclude = ["ensure-no_std"]
resolver = "2"

[workspace.package]
version = "0.1.4"
version = "0.2.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/lambdaclass/lambdaworks"

[workspace.dependencies]
iai-callgrind = "0.3.1"
lambdaworks-crypto = { path = "./crypto" }
lambdaworks-gpu = { path = "./gpu" }
lambdaworks-math = { path = "./math" }
stark-platinum-prover = { path = "./provers/stark" }
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" }

[profile.bench]
lto = true
Expand Down

0 comments on commit c718c5d

Please sign in to comment.