chore: Release

This commit is contained in:
rymnc 2024-06-20 16:30:16 +05:30
parent 5540ddc993
commit b7c5dff5ef
No known key found for this signature in database
GPG Key ID: AAA088D5C68ECD34
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -2270,7 +2270,7 @@ dependencies = [
[[package]]
name = "rln"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"ark-bn254",
"ark-circom",
@ -3545,7 +3545,7 @@ dependencies = [
[[package]]
name = "zerokit_utils"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"ark-bn254",
"ark-ff",

View File

@ -1,6 +1,6 @@
[package]
name = "rln"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "APIs to manage, compute and verify zkSNARK proofs and RLN primitives"
@ -52,7 +52,7 @@ lazy_static = "=1.4.0"
rand = "=0.8.5"
rand_chacha = "=0.3.1"
tiny-keccak = { version = "=2.0.2", features = ["keccak"] }
utils = { package = "zerokit_utils", version = "=0.5.0", path = "../utils/", default-features = false }
utils = { package = "zerokit_utils", version = "=0.5.1", path = "../utils/", default-features = false }
# serialization

View File

@ -1,6 +1,6 @@
[package]
name = "zerokit_utils"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Various utilities for Zerokit"