From dcc35ac2e027c66bd1f5dfc192dfdaa68d17f364 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Sun, 19 Jun 2022 17:49:03 -0700 Subject: [PATCH] Release v7.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e34cccec..b918d3da2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "7.0.0" +version = "7.0.1" 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"