From 376de2aa8cf8808663faead6fc4f35b1bb53b17d Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Sat, 6 Mar 2021 10:23:01 +0100 Subject: [PATCH] Release v5.1.0 Now, Authenticator can be cloned. #133 #151 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ed83a8..360f5ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "5.0.3" +version = "5.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"