From 3797ff773a6d3007fb2ea2952763541c9a57a716 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Sun, 20 Mar 2022 09:20:25 +0100 Subject: [PATCH] Release v6.4.0 Includes #172 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e5ffae5..d7f8efd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "6.3.1" +version = "6.4.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"