Skip to content

Commit

Permalink
[CI] downgrade docopt for rust 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Apr 12, 2019
1 parent 003b5e6 commit b219694
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ matrix:
script: cargo build
before_script:
# lazy_static 1.1 requires Rust 1.21+, so downgrade it.
# (and docopt 1.1 requires lazy_static 1.3)
- cargo generate-lockfile
- cargo update -p docopt --precise 1.0.2
- cargo update -p lazy_static --precise 1.0.2

- rust: stable
Expand Down

0 comments on commit b219694

Please sign in to comment.