mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(gen): regen all cli for new version
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[package]
|
||||
|
||||
name = "google-gmail1-cli"
|
||||
version = "1.0.2+20161206"
|
||||
version = "1.0.3+20161206"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with gmail (protocol v1)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/gmail1-cli"
|
||||
@@ -17,14 +17,15 @@ keywords = ["gmail", "google", "cli"]
|
||||
name = "gmail1"
|
||||
|
||||
[dependencies]
|
||||
hyper = "^ 0.9"
|
||||
hyper = "^ 0.10"
|
||||
mime = "^ 0.2.0"
|
||||
serde = "^ 0.8"
|
||||
serde_json = "^ 0.8"
|
||||
yup-oauth2 = { version = "^ 1.0", optional = true, default-features = false }
|
||||
serde_derive = { version = "^ 0.8", optional = true }
|
||||
strsim = "^0.5"
|
||||
yup-hyper-mock = "^1.0"
|
||||
hyper-rustls = "^0.3"
|
||||
yup-hyper-mock = "^2.0"
|
||||
clap = "^2.0"
|
||||
|
||||
[features]
|
||||
@@ -38,6 +39,6 @@ serde_codegen = { version = "^ 0.8", optional = true }
|
||||
|
||||
[dependencies.google-gmail1]
|
||||
path = "../gmail1"
|
||||
version = "1.0.2+20161206"
|
||||
version = "1.0.3+20161206"
|
||||
optional = true
|
||||
default-features = false
|
||||
|
||||
Reference in New Issue
Block a user