From c718c5d43f6be6d42e9965e0139edef57f6432c4 Mon Sep 17 00:00:00 2001 From: Mario Rugiero Date: Thu, 28 Sep 2023 16:09:02 -0300 Subject: [PATCH] Release v0.2.0: Tasty Tabule (#583) --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f2352e4fd..c88c5cff0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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