chore(versionup): to work with latest rustc

This commit is contained in:
Sebastian Thiel
2015-05-11 10:30:48 +02:00
parent bcdaac84e2
commit f05078c1bc
2 changed files with 10 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "yup-oauth2"
version = "0.4.4"
version = "0.4.5"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
repository = "https://github.com/Byron/yup-oauth2"
description = "A partial oauth2 implementation, providing the 'device' authorization flow"

View File

@@ -1,3 +1,12 @@
<a name="v0.4.5"></a>
## v0.4.5 (2015-05-11)
#### Bug Fixes
* **rustup** workaround rustlang bug ([47b68cf4](https://github.com/Byron/yup-oauth2/commit/47b68cf4010974b1ea834b292d9b9101d15a6c46))
<a name="v0.4.4"></a>
## v0.4.4 (2015-05-08)