From 543f0bc300ac08e076ee922c826f882fb3acb016 Mon Sep 17 00:00:00 2001 From: Mauro Toscano <12560266+MauroToscano@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:47:32 -0300 Subject: [PATCH] Release: v0.5.0 (#750) * Update version * Specify deps versions --------- Co-authored-by: Mario Rugiero --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9f9254cb8..add5176fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"}