From a06e5b525e05010c1fd42ab17b918285dd38ddc8 Mon Sep 17 00:00:00 2001
From: "a.stevan" <antoine.stevan@isae-supaero.fr>
Date: Fri, 7 Jun 2024 17:16:51 +0200
Subject: [PATCH] update deps on komodo in rank and benchmarks

---
 benchmarks/Cargo.toml | 2 +-
 bins/rank/Cargo.toml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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