chore(version): Bump version to 1.0.0

This commit is contained in:
Lewin Bormann
2016-10-08 17:08:08 +02:00
committed by Sebastian Thiel
parent a8479b8ddb
commit 01b933a1c6
3 changed files with 3 additions and 3 deletions

View File

@@ -4,6 +4,6 @@ version = "0.1.0"
authors = ["Lewin Bormann <lbo@spheniscida.de>"]
[dependencies]
yup-oauth2 = "0.6"
yup-oauth2 = "1.0"
google-drive3 = "0.1"
hyper = "0.9"

View File

@@ -9,6 +9,6 @@ base64 = "0.2"
# version of yup-oauth2, leading to type errors. For testing changes locally, download
# github.com/Byron/google-apis-rs, and use the local yup-oauth2 crate in the google-pubsub1
# crate as well as here.
yup-oauth2 = "0.6"
yup-oauth2 = "1.0"
google-pubsub1 = "0.1"
hyper = "0.9"