From 3cc35783e8f36980695a49ab7806753f1cee5c51 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Sat, 22 Apr 2023 20:20:05 +0200 Subject: [PATCH] Release v8.3.0 With #202 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c3309be..d75d935 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "8.2.0" +version = "8.3.0" authors = ["Sebastian Thiel ", "Lewin Bormann "] repository = "https://github.com/dermesser/yup-oauth2" description = "An oauth2 implementation, providing the 'device', 'service account' and 'installed' authorization flows"