chore: Release (#254)

This commit is contained in:
Aaryamann Challani 2024-05-21 11:46:57 +05:30 committed by GitHub
parent 820240d8c0
commit 7790954c4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -2289,7 +2289,7 @@ dependencies = [
[[package]] [[package]]
name = "rln" name = "rln"
version = "0.4.3" version = "0.5.0"
dependencies = [ dependencies = [
"ark-bn254", "ark-bn254",
"ark-circom", "ark-circom",
@ -3564,7 +3564,7 @@ dependencies = [
[[package]] [[package]]
name = "zerokit_utils" name = "zerokit_utils"
version = "0.4.3" version = "0.5.0"
dependencies = [ dependencies = [
"ark-bn254", "ark-bn254",
"ark-ff", "ark-ff",

View File

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

View File

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