From 92be0d45df64796ba5ce5db68c5b5dbc214b7bbd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:13:07 +0000 Subject: [PATCH] chore: Release (#46) Co-authored-by: github-actions --- light-poseidon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/light-poseidon/Cargo.toml b/light-poseidon/Cargo.toml index d20e2e6..2013c96 100644 --- a/light-poseidon/Cargo.toml +++ b/light-poseidon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-poseidon" -version = "0.2.0" +version = "0.3.0" authors = ["Mike Rostecki "] description = "Poseidon hash implementation in Rust" repository = "https://github.com/Lightprotocol/light-poseidon"