From f0d9126652c9f1bf7c328297a26fe6ab6a3979f9 Mon Sep 17 00:00:00 2001 From: Paul Zinselmeyer Date: Sun, 12 Jan 2025 22:46:19 +0100 Subject: [PATCH] Version 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6686a40..5cd18f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "axum-oidc" description = "A wrapper for the openidconnect crate for axum" -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = [ "Paul Z " ] readme = "README.md"