regenerate walletobjects

This commit is contained in:
Sebastian Thiel
2022-10-01 09:49:58 +08:00
parent 5895233ea5
commit 1aa4bf63d9
8 changed files with 237 additions and 237 deletions

View File

@@ -4,7 +4,7 @@
[package]
name = "google-walletobjects1-cli"
version = "4.0.2+20220928"
version = "4.0.4+20220928"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with Walletobjects (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/walletobjects1-cli"
@@ -38,7 +38,7 @@ tower-service = "^0.3.1"
[dependencies.google-walletobjects1]
path = "../walletobjects1"
version = "4.0.2+20220928"
version = "4.0.4+20220928"
# [features]
# default = ["yup-oauth2"]

View File

@@ -25,7 +25,7 @@ Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/ma
# Usage
This documentation was generated from the *Walletobjects* API at revision *20220928*. The CLI is at version *4.0.2*.
This documentation was generated from the *Walletobjects* API at revision *20220928*. The CLI is at version *4.0.4*.
```bash
walletobjects1 [options]

View File

@@ -1,4 +1,4 @@
site_name: Walletobjects v4.0.2+20220928
site_name: Walletobjects v4.0.4+20220928
site_url: http://byron.github.io/google-apis-rs/google-walletobjects1-cli
site_description: A complete library to interact with Walletobjects (protocol v1)

View File

@@ -17579,7 +17579,7 @@ async fn main() {
let mut app = App::new("walletobjects1")
.author("Sebastian Thiel <byronimo@gmail.com>")
.version("4.0.2+20220928")
.version("4.0.4+20220928")
.about("API for issuers to save and manage Google Wallet Objects.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_walletobjects1_cli")
.arg(Arg::with_name("url")