From 414c94fa66f14d23226cadd4eae661b07c826db4 Mon Sep 17 00:00:00 2001 From: STEVAN Antoine <antoine.stevan@isae-supaero.fr> Date: Fri, 7 Jun 2024 15:19:59 +0000 Subject: [PATCH] bump to 0.3.0 (dragoon/komodo!151) --- Cargo.toml | 2 +- benchmarks/Cargo.toml | 2 +- bins/rank/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 103b5b7c..10ede538 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komodo" -version = "0.2.0" +version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index a0b4e825..c79cf1f5 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -17,6 +17,6 @@ ark-secp256r1 = "0.4.0" ark-std = "0.4.0" ark-vesta = "0.4.0" clap = { version = "4.5.4", features = ["derive"] } -komodo = { version = "0.2.0", path = ".." } +komodo = { version = "0.3.0", path = ".." } plnk = { git = "https://gitlab.isae-supaero.fr/a.stevan/plnk", tag = "0.7.0", version = "0.7.0" } rand = "0.8.5" diff --git a/bins/rank/Cargo.toml b/bins/rank/Cargo.toml index 4d504b93..0a1b136d 100644 --- a/bins/rank/Cargo.toml +++ b/bins/rank/Cargo.toml @@ -10,5 +10,5 @@ description = "Compute the rank of a matrix." ark-bls12-381 = "0.4.0" ark-ff = "0.4.2" ark-std = "0.4.0" -komodo = { version = "0.2.0", path = "../.." } +komodo = { version = "0.3.0", path = "../.." } rand = "0.8.5" -- GitLab