mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(cli-version-up)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[package]
|
||||
|
||||
name = "google-gamesconfiguration1_configuration-cli"
|
||||
version = "0.3.6+20160901"
|
||||
version = "1.0.0+20160901"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with Games Configuration (protocol v1configuration)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/gamesconfiguration1_configuration-cli"
|
||||
@@ -21,15 +21,15 @@ hyper = "^ 0.9"
|
||||
mime = "^ 0.2.0"
|
||||
serde = "^ 0.8"
|
||||
serde_json = "^ 0.8"
|
||||
yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false }
|
||||
serde_macros = { version = "^ 0.8", optional = true }
|
||||
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"
|
||||
clap = "^2.0"
|
||||
|
||||
[features]
|
||||
default = ["with-serde-codegen"]
|
||||
nightly = ["serde_macros","yup-oauth2/nightly","google-gamesconfiguration1_configuration/nightly"]
|
||||
nightly = ["serde_derive","yup-oauth2/nightly","google-gamesconfiguration1_configuration/nightly"]
|
||||
with-serde-codegen = ["serde_codegen","yup-oauth2/with-serde-codegen","google-gamesconfiguration1_configuration/with-serde-codegen"]
|
||||
|
||||
[build-dependencies]
|
||||
@@ -38,6 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true }
|
||||
|
||||
[dependencies.google-gamesconfiguration1_configuration]
|
||||
path = "../gamesconfiguration1_configuration"
|
||||
version = "0.1.15"
|
||||
version = "1.0.0"
|
||||
optional = true
|
||||
default-features = false
|
||||
|
||||
Reference in New Issue
Block a user