Update version number
This commit is contained in:
parent
af0d66d370
commit
70dd82bac1
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -702,7 +702,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sharenet-passport"
|
name = "sharenet-passport"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bip39",
|
"bip39",
|
||||||
"chacha20poly1305",
|
"chacha20poly1305",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sharenet-passport"
|
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
|
publish = ["sharenet-sh-forgejo"] # Set this to whichever Cargo registry you are publishing to
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Core library for Sharenet Passport creation and management"
|
description = "Core library for Sharenet Passport creation and management"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue