From bf80f3fef9d9878f5fe1790ad8f077b92e8210c7 Mon Sep 17 00:00:00 2001 From: Mario Rugiero Date: Wed, 23 Oct 2024 19:43:06 -0300 Subject: [PATCH] Release v0.11.0: Hasty Hamburger --- 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 52c7e1edf..eed7f1be3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,16 +5,16 @@ exclude = ["ensure-no_std"] resolver = "2" [workspace.package] -version = "0.10.0" +version = "0.11.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.10.0", default-features = false } -lambdaworks-gpu = { path = "./gpu", version = "0.10.0" } -lambdaworks-math = { path = "./math", version = "0.10.0", default-features = false } +lambdaworks-crypto = { path = "./crypto", version = "0.11.0", default-features = false } +lambdaworks-gpu = { path = "./gpu", version = "0.11.0" } +lambdaworks-math = { path = "./math", version = "0.11.0", default-features = false } stark-platinum-prover = { path = "./provers/stark" } lambdaworks-winterfell-adapter = { path = "./provers/winterfell_adapter"} lambdaworks-groth16 = { path = "./provers/groth16" } diff --git a/crypto/README.md b/crypto/README.md index 8633f5dde..f637d5e87 100644 --- a/crypto/README.md +++ b/crypto/README.md @@ -8,7 +8,7 @@ Add this to your `Cargo.toml` ```toml [dependencies] -lambdaworks-crypto = "0.8.0" +lambdaworks-crypto = "0.11.0" ``` ## Structure diff --git a/math/README.md b/math/README.md index e5e0830a0..bacdcc371 100644 --- a/math/README.md +++ b/math/README.md @@ -8,7 +8,7 @@ Add this to your `Cargo.toml` ```toml [dependencies] -lambdaworks-math = "0.8.0" +lambdaworks-math = "0.11.0" ``` ## Structure