chore(release): v0.6.1 (#281)

Changes to not lose the changes from the minor tag for the latest
working version with wasm
This commit is contained in:
Ekaterina Broslavskaya
2025-02-20 21:39:17 +07:00
committed by GitHub
parent 8a3e33be41
commit 4b4169d7a7
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -3408,7 +3408,7 @@ dependencies = [
[[package]]
name = "rln"
version = "0.5.1"
version = "0.6.1"
dependencies = [
"ark-bn254",
"ark-circom",

View File

@@ -1,6 +1,6 @@
[package]
name = "rln"
version = "0.5.1"
version = "0.6.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "APIs to manage, compute and verify zkSNARK proofs and RLN primitives"