mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(dependencies): update to latest version + nightly support
Nightly is now supported, in theory, to allow not to use serde_codegen, which currently has trouble to build thanks to an assertion error. Nightly on the other hand suffers from being build with incorrect feature-flags, which makes quasi_macros fail to build ... .
This commit is contained in:
@@ -26,6 +26,6 @@ cargo:
|
||||
keywords: [cli]
|
||||
is_executable: YES
|
||||
dependencies:
|
||||
- strsim = "0.4"
|
||||
- yup-hyper-mock = "1.0"
|
||||
- clap = "2.0"
|
||||
- strsim = "^0.4"
|
||||
- yup-hyper-mock = "^1.0"
|
||||
- clap = "^2.0"
|
||||
|
||||
Reference in New Issue
Block a user