feat: rln-wasm 0.0.12

This commit is contained in:
Richard Ramos 2023-11-08 13:30:01 -04:00
parent 25f822e779
commit 806622c3dd
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2737,7 +2737,7 @@ dependencies = [
[[package]]
name = "rln-wasm"
version = "0.0.9"
version = "0.0.12"
dependencies = [
"console_error_panic_hook",
"getrandom",

View File

@ -1,6 +1,6 @@
[package]
name = "rln-wasm"
version = "0.0.9"
version = "0.0.12"
edition = "2021"
license = "MIT or Apache2"