From bd71f2efe5f725c2fce52d7027b49035300d0c1b Mon Sep 17 00:00:00 2001 From: pfzetto Date: Sun, 7 Dec 2025 21:43:57 +0100 Subject: [PATCH] version '1.0.0-dev-0' --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ba70915..e92d92a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "axum-oidc" description = "A wrapper for the openidconnect crate for axum" -version = "0.6.0" +version = "1.0.0-dev-0" edition = "2021" -authors = ["Paul Z "] +authors = ["Paul Z "] readme = "README.md" -repository = "https://github.com/pfz4/axum-oidc" +repository = "https://codeberg.org/pfzetto/axum-oidc" license = "MPL-2.0" keywords = ["axum", "oidc", "openidconnect", "authentication"]