From e3c6702cfd46c911462c48609a18e08e3afa9e29 Mon Sep 17 00:00:00 2001 From: "a.stevan" <antoine.stevan@isae-supaero.fr> Date: Fri, 7 Jun 2024 17:11:11 +0200 Subject: [PATCH 1/2] bump to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab 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 2/2] 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