diff --git a/Cargo.lock b/Cargo.lock index f687378..c896789 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1555,7 +1555,7 @@ dependencies = [ [[package]] name = "idcoop" -version = "0.1.0" +version = "0.0.1" dependencies = [ "argon2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 700461e..fe38a62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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' "] -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