mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-15 22:18:10 +01:00
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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user