Skip to content

Commit

Permalink
Merge #654
Browse files Browse the repository at this point in the history
654: [CI] downgrade docopt for rust 1.13 r=cuviper a=cuviper



Co-authored-by: Josh Stone <cuviper@gmail.com>
  • Loading branch information
bors[bot] and cuviper committed Apr 12, 2019
2 parents 003b5e6 + b219694 commit 047ea91
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 047ea91

Please sign in to comment.