feature/7-add-wasm-api-in-sharenet-passport-for-creating-and-editing-passports #8

Merged
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 34b2a776fe - Show all commits

2
Cargo.lock generated
View file

@ -826,7 +826,7 @@ dependencies = [
[[package]]
name = "sharenet-passport"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"async-trait",
"base64",

View file

@ -1,6 +1,6 @@
[package]
name = "sharenet-passport"
version = "0.3.0"
version = "0.4.0"
publish = ["sharenet-sh-forgejo"] # Set this to whichever Cargo registry you are publishing to
edition = "2021"
description = "Core library for Sharenet Passport creation and management"