fix(version-up): check-in of latest sources

This also includes crate files to remember which
crates we have published already.

Related to #44
This commit is contained in:
Sebastian Thiel
2015-03-25 14:26:30 +01:00
parent c7fb7c4093
commit a2ca1cb28e
353 changed files with 38285 additions and 30817 deletions

View File

@@ -4,7 +4,7 @@
[package]
name = "google-tasks1"
version = "0.1.1+20141121"
version = "0.1.2+20141121"
authors = ["Sebastian Thiel <byronimo@gmail>"]
description = "A complete library to interact with tasks (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/tasks1"
@@ -16,7 +16,7 @@ keywords = ["tasks", "google", "protocol", "web", "api"]
[dependencies]
hyper = "*"
mime = "*"
yup-oauth2 = "*"
url = "*"
serde = "*"
serde_macros = "*"
yup-oauth2 = "*"