Skip to content
Snippets Groups Projects
Verified Commit a06e5b52 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

update deps on komodo in rank and benchmarks

parent e3c6702c
No related branches found
No related tags found
1 merge request!151bump to 0.3.0
Pipeline #5433 passed with stages
in 2 minutes and 43 seconds
...@@ -17,6 +17,6 @@ ark-secp256r1 = "0.4.0" ...@@ -17,6 +17,6 @@ ark-secp256r1 = "0.4.0"
ark-std = "0.4.0" ark-std = "0.4.0"
ark-vesta = "0.4.0" ark-vesta = "0.4.0"
clap = { version = "4.5.4", features = ["derive"] } 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" } plnk = { git = "https://gitlab.isae-supaero.fr/a.stevan/plnk", tag = "0.7.0", version = "0.7.0" }
rand = "0.8.5" rand = "0.8.5"
...@@ -10,5 +10,5 @@ description = "Compute the rank of a matrix." ...@@ -10,5 +10,5 @@ description = "Compute the rank of a matrix."
ark-bls12-381 = "0.4.0" ark-bls12-381 = "0.4.0"
ark-ff = "0.4.2" ark-ff = "0.4.2"
ark-std = "0.4.0" ark-std = "0.4.0"
komodo = { version = "0.2.0", path = "../.." } komodo = { version = "0.3.0", path = "../.." }
rand = "0.8.5" rand = "0.8.5"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment