mirror of https://github.com/vacp2p/zerokit.git
chore: Release
This commit is contained in:
parent
78bec51fba
commit
7dd019b0a5
|
@ -2695,7 +2695,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rln"
|
name = "rln"
|
||||||
version = "0.3.5"
|
version = "0.3.6"
|
||||||
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)",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rln"
|
name = "rln"
|
||||||
version = "0.3.5"
|
version = "0.3.6"
|
||||||
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"
|
||||||
|
|
Loading…
Reference in New Issue