From 020b9213d465006c15da941a2490ccf20ea8f436 Mon Sep 17 00:00:00 2001 From: DETCHART Jonathan <jonathan.detchart@isae.fr> Date: Wed, 6 Nov 2024 10:20:58 +0000 Subject: [PATCH] Bump to 1.0.1 (dragoon/komodo!173) --- Cargo.toml | 2 +- benchmarks/Cargo.toml | 2 +- bins/rank/Cargo.toml | 2 +- bins/saclin/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0c4ecd56..69c51fb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komodo" -version = "1.0.0" +version = "1.0.1" edition = "2021" description = "Komodo: cryptographically-proven erasure coding for distributed systems" repository = "https://gitlab.isae-supaero.fr/dragoon/komodo" diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 6fe5e954..5b980d23 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "benchmarks" -version = "1.0.0" +version = "1.0.1" edition = "2021" [dependencies] diff --git a/bins/rank/Cargo.toml b/bins/rank/Cargo.toml index 83628076..9b87fdd3 100644 --- a/bins/rank/Cargo.toml +++ b/bins/rank/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rank" -version = "1.0.0" +version = "1.0.1" edition = "2021" description = "Compute the rank of a matrix." diff --git a/bins/saclin/Cargo.toml b/bins/saclin/Cargo.toml index c3ee675f..bd89b214 100644 --- a/bins/saclin/Cargo.toml +++ b/bins/saclin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "saclin" -version = "1.0.0" +version = "1.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- GitLab