Update to latest versions of API declarations

This commit is contained in:
Sebastian Thiel
2018-10-13 13:49:14 +02:00
parent 5a67475b54
commit 255c7f5ad5
1508 changed files with 819225 additions and 838421 deletions

View File

@@ -4,17 +4,19 @@
[package]
name = "google-cloudbuild1-cli"
version = "1.0.7+20171205"
version = "1.0.7+20181011"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with Cloud Build (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/cloudbuild1-cli"
homepage = "https://cloud.google.com/container-builder/docs/"
homepage = "https://cloud.google.com/cloud-build/docs/"
documentation = "http://byron.github.io/google-apis-rs/google_cloudbuild1_cli"
license = "MIT"
keywords = ["cloudbuild", "google", "cli"]
autobins = false
[[bin]]
name = "cloudbuild1"
path = "src/main.rs"
[dev-dependencies]
hyper-rustls = "^0.6"
@@ -37,4 +39,4 @@ clap = "^2.0"
[dependencies.google-cloudbuild1]
path = "../cloudbuild1"
version = "1.0.7+20171205"
version = "1.0.7+20181011"