chore: Release

This commit is contained in:
rymnc 2024-04-08 19:57:30 +03:00
parent f651d5fbec
commit ab5bc687da
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

@ -1770,7 +1770,7 @@ dependencies = [
[[package]]
name = "rln"
version = "0.4.2"
version = "0.4.3"
dependencies = [
"ark-bn254",
"ark-circom",
@ -2845,7 +2845,7 @@ dependencies = [
[[package]]
name = "zerokit_utils"
version = "0.4.2"
version = "0.4.3"
dependencies = [
"ark-bn254",
"ark-ff",

View File

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

View File

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