From a06ab4fdb830065d8ed551d9b3857517970c4816 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 17:21:37 +0100 Subject: [PATCH] chore: Release (#35) 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 deea8d9..eb9fcfc 100644 --- a/light-poseidon/Cargo.toml +++ b/light-poseidon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-poseidon" -version = "0.1.1" +version = "0.1.2" authors = ["Mike Rostecki "] description = "Poseidon hash implementation in Rust" repository = "https://github.com/Lightprotocol/light-poseidon"