From 52042bf3530fbc1392ff0849695bd9a3ad6b255d Mon Sep 17 00:00:00 2001 From: Mario Rugiero Date: Tue, 26 Mar 2024 18:45:12 -0300 Subject: [PATCH] Release v0.6.0: Bold Bolognese (#852) --- Cargo.toml | 8 ++++---- crypto/README.md | 2 +- math/README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f1bcee485..2e2d63430 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,16 +5,16 @@ exclude = ["ensure-no_std"] resolver = "2" [workspace.package] -version = "0.5.0" +version = "0.6.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.5.0", default-features = false } -lambdaworks-gpu = { path = "./gpu", version = "0.5.0" } -lambdaworks-math = { path = "./math", version = "0.5.0", default-features = false } +lambdaworks-crypto = { path = "./crypto", version = "0.6.0", default-features = false } +lambdaworks-gpu = { path = "./gpu", version = "0.6.0" } +lambdaworks-math = { path = "./math", version = "0.6.0", default-features = false } stark-platinum-prover = { path = "./provers/stark" } cairo-platinum-prover = { path = "./provers/cairo" } lambdaworks-winterfell-adapter = { path = "./provers/winterfell_adapter"} diff --git a/crypto/README.md b/crypto/README.md index 5422833c1..8ad0afe00 100644 --- a/crypto/README.md +++ b/crypto/README.md @@ -9,7 +9,7 @@ Add this to your `Cargo.toml` ```toml [dependencies] -lambdaworks-crypto = "0.5.0" +lambdaworks-crypto = "0.6.0" ``` ## Structure diff --git a/math/README.md b/math/README.md index bd69d729b..92cf13bc0 100644 --- a/math/README.md +++ b/math/README.md @@ -8,7 +8,7 @@ Add this to your `Cargo.toml` ```toml [dependencies] -lambdaworks-math = "0.5.0" +lambdaworks-math = "0.6.0" ``` ## Structure