Fix version number: should be v0.0.1

This commit is contained in:
Olivier 'reivilibre' 2024-05-21 21:42:57 +01:00
parent 10b6b350bd
commit 38848ad8d5
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1555,7 +1555,7 @@ dependencies = [
[[package]]
name = "idcoop"
version = "0.1.0"
version = "0.0.1"
dependencies = [
"argon2",
"async-trait",

View File

@ -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