From abe316884eba5e6f4f39b24458b51bba010afc32 Mon Sep 17 00:00:00 2001 From: Paul Zinselmeyer Date: Tue, 23 Jan 2024 14:21:47 +0100 Subject: [PATCH] increment minor version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb9d3f6..c7b81d6 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.2.2" +version = "0.2.3" edition = "2021" authors = [ "Paul Z " ] readme = "README.md"