mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-15 22:18:10 +01:00
chore(code-up): latest version of all code
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[package]
|
||||
|
||||
name = "google-plus1-cli"
|
||||
version = "0.1.0+20150303"
|
||||
version = "0.2.0+20150303"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with plus (protocol v1)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/plus1-cli"
|
||||
@@ -17,15 +17,14 @@ keywords = ["plus", "google", "cli"]
|
||||
name = "plus1"
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
hyper = ">= 0.4.0"
|
||||
mime = "*"
|
||||
yup-oauth2 = "*"
|
||||
docopt = "*"
|
||||
docopt_macros = "*"
|
||||
rustc-serialize = "*"
|
||||
strsim = "*"
|
||||
yup-hyper-mock = "*"
|
||||
serde = ">= 0.3.0"
|
||||
serde_macros = "*"
|
||||
clap = "*"
|
||||
|
||||
[dependencies.google-plus1]
|
||||
path = "../plus1"
|
||||
|
||||
Reference in New Issue
Block a user