From b95b02e64b961b3be11414c832203fff7cfdebd8 Mon Sep 17 00:00:00 2001 From: Michal Rostecki Date: Sun, 18 Dec 2022 15:35:10 +0100 Subject: [PATCH] Bump version to v0.0.2 Signed-off-by: Michal Rostecki --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e4d3f46..23eb4fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-poseidon" -version = "0.0.1" +version = "0.0.2" authors = ["Michal Rostecki "] description = "Poseidon hash implementation in Rust" repository = "https://github.com/Lightprotocol/light-poseidon"