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