Skip to content

Commit

Permalink
Merge pull request #127 from lucab/ups/update-deps
Browse files Browse the repository at this point in the history
cargo: update most dependencies to latest versions
  • Loading branch information
Luca Bruno authored Dec 19, 2018
2 parents b685e7f + 8bb02c1 commit 3ac69e1
Show file tree
Hide file tree
Showing 20 changed files with 619 additions and 478 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: rust
rust:
- nightly-2018-07-24 # pinned toolchain for clippy
- 1.26.0 # minimum supported toolchain
- 1.31.0 # pinned toolchain for clippy
- 1.29.0 # minimum supported toolchain
- stable
- beta
- nightly
Expand All @@ -12,11 +12,11 @@ matrix:

env:
global:
- CLIPPY_RUST_VERSION=nightly-2018-07-24
- CLIPPY_RUST_VERSION=1.31.0

before_script:
- bash -c 'if [[ "$TRAVIS_RUST_VERSION" == "$CLIPPY_RUST_VERSION" ]]; then
rustup component add clippy-preview;
rustup component add clippy;
fi'

script:
Expand Down
Loading

0 comments on commit 3ac69e1

Please sign in to comment.