diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index a0b4e825bcfee0dddbbf93b0006221de0d328854..c79cf1f5d1a50c28b52f58d634a0b619c915a351 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 4d504b93b143f865ba1b8059cc73fc46e67a7f53..0a1b136d80ecfec6ea65a321d3c5d8b22acbf5f4 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"