chore: Release

This commit is contained in:
rymnc 2023-08-25 05:37:09 +05:30
parent 0c5ef6abcf
commit b51896c3a7
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

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

View File

@ -1,6 +1,6 @@
[package] [package]
name = "rln" name = "rln"
version = "0.3.1" version = "0.3.2"
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"
@ -42,7 +42,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.3.1", path = "../utils/", default-features = false } utils = { package = "zerokit_utils", version = "=0.3.2", path = "../utils/", default-features = false }
# serialization # serialization
serde_json = "=1.0.96" serde_json = "=1.0.96"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "zerokit_utils" name = "zerokit_utils"
version = "0.3.1" version = "0.3.2"
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"