From f7e5ff399e17f1d6714eb4fd305f5e149a583f52 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Thu, 2 Dec 2021 10:48:35 +0100 Subject: [PATCH] Release v6.1.0 containing - #164: GCP application default credentials. Thank you @ingwinlu, @braincow! --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fd1f99d..dde1048 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "6.0.0" +version = "6.1.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"