From 24f91d697c6b0a9e87b4f180dd04e46299fb7f25 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Fri, 27 May 2022 11:11:41 -0700 Subject: [PATCH] Release v7.0.0 for #177 including #178: Update Authenticator to accept clients with custom connectors --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce87b97..2e34ccc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "6.7.0" +version = "7.0.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"