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:
Sebastian Thiel
2016-05-20 14:14:29 +02:00
parent ca5dca7af9
commit 8d7a49891f
4 changed files with 46 additions and 23 deletions

View File

@@ -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"