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

bump to 1.0.0 (!170)

parent 2fa866de
No related branches found
No related tags found
No related merge requests found
[package]
name = "komodo"
version = "0.3.0"
version = "1.0.0"
edition = "2021"
description = "Komodo: cryptographically-proven erasure coding for distributed systems"
repository = "https://gitlab.isae-supaero.fr/dragoon/komodo"
readme = "README.md"
license = "MIT"
authors = [
"Antoine Stevan <antoine.stevan@isae-supaero.fr>",
......
[package]
name = "benchmarks"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
[dependencies]
......@@ -20,6 +20,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.3.0", path = ".." }
komodo = { path = ".." }
plnk = { git = "https://gitlab.isae-supaero.fr/a.stevan/plnk", tag = "0.7.0", version = "0.7.0" }
rand = "0.8.5"
[package]
name = "rank"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
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-ff = "0.4.2"
ark-std = "0.4.0"
komodo = { version = "0.3.0", path = "../.." }
komodo = { path = "../.." }
rand = "0.8.5"
[package]
name = "saclin"
version = "0.3.0"
version = "1.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
......
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