Fix version number: should be v0.0.1
This commit is contained in:
parent
10b6b350bd
commit
38848ad8d5
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1555,7 +1555,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "idcoop"
|
||||
version = "0.1.0"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"argon2",
|
||||
"async-trait",
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "idcoop"
|
||||
description = "Simple identity server (user login manager) supporting OpenID Connect (OAuth 2.0). Can be used for your own simple SSO system or so you don't have to write a login system for your software."
|
||||
authors = ["Olivier 'reivilibre' <contact@librepush.net>"]
|
||||
version = "0.1.0"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user