mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
fix(clap-up): use clap 1.0.3
* `SubCommand::new(...)` was renamed to `SubCommand::with_name(...)` which actually is now consistent with everything else (e.g. `Arg::with_name(...)`)
This commit is contained in:
@@ -28,4 +28,4 @@ cargo:
|
||||
dependencies:
|
||||
- strsim = "*"
|
||||
- yup-hyper-mock = ">=1.0.0"
|
||||
- clap = ">= 0.9.1"
|
||||
- clap = ">= 1.0.3"
|
||||
|
||||
Reference in New Issue
Block a user