From e9ed927fd969cc58c889eba8e5d04aff20220781 Mon Sep 17 00:00:00 2001 From: Paul Z Date: Thu, 7 Dec 2023 23:19:33 +0100 Subject: [PATCH] version change --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 89a5ec2..dba4b4d 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.1.1" +version = "0.2.0" edition = "2021" authors = [ "Paul Z " ] readme = "README.md"