From 01b933a1c667f3c16eb1ce4b9a581a30e5cd1fd7 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Sat, 8 Oct 2016 17:08:08 +0200 Subject: [PATCH] chore(version): Bump version to 1.0.0 --- Cargo.toml | 2 +- examples/drive_example/Cargo.toml | 2 +- examples/service_account/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 26499bd..6ee6ed5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "0.6.3" +version = "1.0.0" authors = ["Sebastian Thiel ", "Lewin Bormann "] repository = "https://github.com/Byron/yup-oauth2" description = "An oauth2 implementation, providing the 'device' and 'installed' authorization flow" diff --git a/examples/drive_example/Cargo.toml b/examples/drive_example/Cargo.toml index 8f71658..50b5843 100644 --- a/examples/drive_example/Cargo.toml +++ b/examples/drive_example/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" authors = ["Lewin Bormann "] [dependencies] -yup-oauth2 = "0.6" +yup-oauth2 = "1.0" google-drive3 = "0.1" hyper = "0.9" diff --git a/examples/service_account/Cargo.toml b/examples/service_account/Cargo.toml index e0d78d0..ea20861 100644 --- a/examples/service_account/Cargo.toml +++ b/examples/service_account/Cargo.toml @@ -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"