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

bump to 0.3.0 (dragoon/komodo!151)

parent 84d14a15
No related branches found
No related tags found
No related merge requests found
[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
......
......@@ -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"
......@@ -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"
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