From 4b414ca775cd1cb211cb046abba04e88a23b8812 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Thu, 24 Feb 2022 13:43:10 +0100 Subject: [PATCH] Minor fix in doc test: Publish v6.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index afa254d..b7663f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "6.3.0" +version = "6.3.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"