feature/3-make-sharenet-passport-library-work-with-cargo-registry-on-forgejo #4

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

2
Cargo.lock generated
View file

@ -702,7 +702,7 @@ dependencies = [
[[package]]
name = "sharenet-passport"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"bip39",
"chacha20poly1305",

View file

@ -1,6 +1,6 @@
[package]
name = "sharenet-passport"
version = "0.1.0"
version = "0.2.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"