From b0be32943e94de9f3c905c97ebd849e446e58f77 Mon Sep 17 00:00:00 2001 From: rymnc <43716372+rymnc@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:56:33 +0530 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- rln/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef466fe..8c60560 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2695,7 +2695,7 @@ dependencies = [ [[package]] name = "rln" -version = "0.3.4" +version = "0.3.5" dependencies = [ "ark-bn254 0.4.0", "ark-circom 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/rln/Cargo.toml b/rln/Cargo.toml index bfcfddd..bd9bfe5 100644 --- a/rln/Cargo.toml +++ b/rln/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rln" -version = "0.3.4" +version = "0.3.5" edition = "2021" license = "MIT OR Apache-2.0" description = "APIs to manage, compute and verify zkSNARK proofs and RLN primitives"