From f865ffd5fee0e2b4ea4c198f0e990a110a0e1caa Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Sun, 7 Oct 2018 13:59:53 +0200 Subject: [PATCH] chore(version): 1.0.9 For new TLS dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b29a20..25b269c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "1.0.8" +version = "1.0.9" 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"