From 86738e82e460a27669483e676867ca65340b29da Mon Sep 17 00:00:00 2001 From: Guilherme Berghauser Date: Fri, 10 May 2024 12:19:03 +0200 Subject: [PATCH] Change release 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3670300..e86a19a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -731,7 +731,7 @@ dependencies = [ [[package]] name = "oauth-axum" -version = "0.1.1" +version = "0.1.2" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index 4fc83ce..d33af50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oauth-axum" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "LGPL-3.0-or-later" description = "OAuth2 authorization code flow with Axum"