From b46a307481c8657f9a7254bb4078b76ee2aceb93 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Mon, 18 Apr 2022 18:53:43 -0700 Subject: [PATCH] Release v6.6.0 Includes: #173 - upgrade rustls. Breaks: Application default's `with_client()` method has its argument order changed to match all other methods (client last). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56cc88a..b2a4b4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "6.5.1" +version = "6.6.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"