fix(version-up): v0.1.5

* fix documentation link in Cargo.toml
* adjust to latest hyper. It's not even out yet, but people
  can't build the APIs anyway.
This commit is contained in:
Sebastian Thiel
2015-04-08 16:54:50 +02:00
parent 191e822c5a
commit a399488c27
313 changed files with 24317 additions and 24707 deletions

View File

@@ -4,12 +4,12 @@
[package]
name = "google-taskqueue1_beta2"
version = "0.1.4+20141111"
version = "0.1.5+20141111"
authors = ["Sebastian Thiel <byronimo@gmail>"]
description = "A complete library to interact with taskqueue (protocol v1beta2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/taskqueue1_beta2"
homepage = "https://developers.google.com/appengine/docs/python/taskqueue/rest"
documentation = "http://byron.github.io/google-apis-rs/google-taskqueue1_beta2"
documentation = "http://byron.github.io/google-apis-rs/google_taskqueue1_beta2"
license = "MIT"
keywords = ["taskqueue", "google", "protocol", "web", "api"]