chore(rln): release v0.3.4

This commit is contained in:
Aaryamann Challani 2023-09-14 14:39:19 +05:30 committed by GitHub
parent f73c83b571
commit b903d8d740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2695,7 +2695,7 @@ dependencies = [
[[package]]
name = "rln"
version = "0.3.3"
version = "0.3.4"
dependencies = [
"ark-bn254 0.4.0",
"ark-circom 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

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