mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-06 19:45:20 +01:00
chore(Cargo): specify version to allow cli publishing
Let's see if we can actually get away with a '*' ... .
This commit is contained in:
@@ -22,7 +22,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"
|
||||
|
||||
@@ -37,5 +37,6 @@ serde_codegen = { version = "^ 0.8", optional = true }
|
||||
|
||||
[dependencies.google-cloudlatencytest2]
|
||||
path = "../cloudlatencytest2"
|
||||
version = "*"
|
||||
optional = true
|
||||
default-features = false
|
||||
|
||||
Reference in New Issue
Block a user