From f05078c1bc21187e1c440c014931bd932f5c3495 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 11 May 2015 10:30:48 +0200 Subject: [PATCH] chore(versionup): to work with latest rustc --- Cargo.toml | 2 +- changelog.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ddc154b..b0cbd50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "0.4.4" +version = "0.4.5" authors = ["Sebastian Thiel "] repository = "https://github.com/Byron/yup-oauth2" description = "A partial oauth2 implementation, providing the 'device' authorization flow" diff --git a/changelog.md b/changelog.md index ee75f3c..9b059cb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ + +## v0.4.5 (2015-05-11) + + +#### Bug Fixes + +* **rustup** workaround rustlang bug ([47b68cf4](https://github.com/Byron/yup-oauth2/commit/47b68cf4010974b1ea834b292d9b9101d15a6c46)) + + ## v0.4.4 (2015-05-08)