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+20150326"
authors = ["Sebastian Thiel <byronimo@gmail>"]
description = "A complete library to interact with pubsub (protocol v1beta2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/pubsub1_beta2"
homepage = ""
documentation = "http://byron.github.io/google-apis-rs/google-pubsub1_beta2"
license = "MIT"
keywords = ["pubsub", "google", "protocol", "web", "api"]