fix(publish): v0.1.3

* keywords are no longer than 20 characters, which is a restriction
  cargo imposes
* don't use 'homepage' link in cargo.toml unless the homepage is
  non-empty
* Added all publish-results to mark the respective crate version

Related to #46
This commit is contained in:
Sebastian Thiel
2015-04-07 15:19:23 +02:00
parent 99f8b65f75
commit 3403bd1c5c
85 changed files with 3 additions and 8 deletions

View File

@@ -8,7 +8,6 @@ version = "0.1.3+20150401"
authors = ["Sebastian Thiel <byronimo@gmail>"]
description = "A complete library to interact with dataflow (protocol v1b4)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/dataflow1_b4"
homepage = ""
documentation = "http://byron.github.io/google-apis-rs/google-dataflow1_b4"
license = "MIT"
keywords = ["dataflow", "google", "protocol", "web", "api"]