Update version from 1.x to 2.x

Update version number and docs as the move to Hyper v0.12 will cause a
breaking change to consumers of this lib.
This commit is contained in:
Guy Taylor
2019-02-28 14:28:10 +00:00
committed by Lewin Bormann
parent fea08cf0a5
commit e0c05210c1
2 changed files with 6 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "yup-oauth2"
version = "1.0.11"
version = "2.0.0-pre"
authors = ["Sebastian Thiel <byronimo@gmail.com>", "Lewin Bormann <lbo@spheniscida.de>"]
repository = "https://github.com/dermesser/yup-oauth2"
description = "An oauth2 implementation, providing the 'device', 'service account' and 'installed' authorization flows"

View File

@@ -28,6 +28,11 @@ server communication and improve protocol compliance.
![usage][auth-usage]
## Versions
Version 1.x for Hyper versions bellow 12
Version 2.x for Hyper versions 12 and above
## License
Licensed under either of