fix(crates): version tags (#194)

* fix(crates): version tags

* fix commit

---------

Co-authored-by: Rostyslav Tyshko <tyshko.rostyslav@gmail.com>
This commit is contained in:
Aaryamann Challani
2023-07-31 12:52:23 +05:30
committed by GitHub
parent be2dccfdd0
commit 6d58320077
7 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rln"
version = "0.1.0"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "APIs to manage, compute and verify zkSNARK proofs and RLN primitives"
@@ -39,7 +39,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.1.0", path = "../utils/", default-features = false }
utils = { package = "zerokit_utils", version = "=0.3.0", path = "../utils/", default-features = false }
# serialization
serde_json = "=1.0.96"