chore(Cargo): specify version to allow cli publishing

Let's see if we can actually get away with a '*' ... .
This commit is contained in:
Sebastian Thiel
2016-09-11 11:54:42 +02:00
parent 8a20d778a9
commit d2495405c5
508 changed files with 715 additions and 613 deletions

View File

@@ -23,7 +23,7 @@ serde = "^ 0.8"
serde_json = "^ 0.8"
yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false }
serde_macros = { version = "^ 0.8", optional = true }
strsim = "^0.4"
strsim = "^0.5"
yup-hyper-mock = "^1.0"
clap = "^2.0"
@@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true }
[dependencies.google-taskqueue1_beta2]
path = "../taskqueue1_beta2"
version = "*"
optional = true
default-features = false