release: idcoop version 0.0.2

This commit is contained in:
Olivier 'reivilibre 2025-07-19 15:51:03 +01:00
parent 131a0a4298
commit bc9338a25d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1865,7 +1865,7 @@ dependencies = [
[[package]]
name = "idcoop"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"argon2",
"assert_matches2",

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. [application crate, not a library]"
authors = ["Olivier 'reivilibre' <contact@librepush.net>"]
version = "0.0.1"
version = "0.0.2"
edition = "2021"
license = "AGPL-3.0-or-later"
repository = "https://git.emunest.net/reivilibre/idcoop"