From 14bf89439dd02a22b4b847a2e06a430f245e8ae0 Mon Sep 17 00:00:00 2001 From: Allen Piscitello Date: Mon, 23 Oct 2023 18:26:55 -0500 Subject: [PATCH] updating version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 694d63f..1680f9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sharks" -version = "0.5.0" +version = "0.5.1" authors = ["Aitor Ruano "] description = "Fast, small and secure Shamir's Secret Sharing library crate" homepage = "https://github.com/c0dearm/sharks"