From 830e54a44329807f2b57c738921eed78ffd39002 Mon Sep 17 00:00:00 2001 From: Paul Z Date: Wed, 29 Nov 2023 19:21:52 +0100 Subject: [PATCH] version change --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7c16d26..0eb12ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "axum-oidc" -description = "A OpenID Connect Client Libary for axum" -version = "0.1.0" +description = "A wrapper for the openidconnect crate for axum" +version = "0.1.1" edition = "2021" authors = [ "Paul Z " ] readme = "README.md"