regenerate all crates with updated patch level

This commit is contained in:
Sebastian Thiel
2020-04-12 18:58:21 +08:00
parent aacc30f08d
commit d302542d8d
1372 changed files with 345452 additions and 163522 deletions

View File

@@ -499,7 +499,7 @@ fn main() {
vec![
(Some(r##"group-unique-id"##),
None,
Some(r##"The resource ID"##),
Some(r##"The group's email address."##),
Some(true),
Some(false)),
@@ -521,7 +521,7 @@ fn main() {
vec![
(Some(r##"group-unique-id"##),
None,
Some(r##"The resource ID"##),
Some(r##"The group's email address."##),
Some(true),
Some(false)),
@@ -549,7 +549,7 @@ fn main() {
vec![
(Some(r##"group-unique-id"##),
None,
Some(r##"The resource ID"##),
Some(r##"The group's email address."##),
Some(true),
Some(false)),
@@ -577,7 +577,7 @@ fn main() {
let mut app = App::new("groupssettings1")
.author("Sebastian Thiel <byronimo@gmail.com>")
.version("1.0.12+20190315")
.version("1.0.13+20190725")
.about("Manages permission levels and related settings of a group.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_groupssettings1_cli")
.arg(Arg::with_name("url")