From ca411cc2e3e5630bd9c88e39f023ba447098570b Mon Sep 17 00:00:00 2001 From: Paul Zinselmeyer Date: Sun, 10 Mar 2024 20:17:31 +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 86da21a..0e19f01 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.3" +version = "0.3.0" edition = "2021" authors = [ "Paul Z " ] readme = "README.md"