From 203de7fea8209891c478d5e44254181c1472ce02 Mon Sep 17 00:00:00 2001 From: ananas-block Date: Tue, 16 Sep 2025 16:19:47 +0200 Subject: [PATCH] chore: bump version to v0.4.0 --- Cargo.toml | 1 + light-poseidon/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06566bd..da88a83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,3 +3,4 @@ members = [ "light-poseidon", "xtask", ] +resolver = "2" diff --git a/light-poseidon/Cargo.toml b/light-poseidon/Cargo.toml index 2013c96..6b86875 100644 --- a/light-poseidon/Cargo.toml +++ b/light-poseidon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "light-poseidon" -version = "0.3.0" +version = "0.4.0" authors = ["Mike Rostecki "] description = "Poseidon hash implementation in Rust" repository = "https://github.com/Lightprotocol/light-poseidon"