Skip to content

Commit

Permalink
Merge pull request #339 from lucab/ups/bump-reqwest
Browse files Browse the repository at this point in the history
cargo: update to reqwest 0.10 and new API
  • Loading branch information
Luca Bruno authored Jan 21, 2020
2 parents ed873b4 + 2443d06 commit a50c52f
Show file tree
Hide file tree
Showing 5 changed files with 425 additions and 629 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: rust
rust:
- 1.39.0 # pinned toolchain for clippy
- 1.37.0 # minimum supported toolchain
- 1.40.0 # pinned toolchain for clippy
- 1.39.0 # minimum supported toolchain
- stable
- beta
- nightly
Expand All @@ -12,7 +12,7 @@ matrix:

env:
global:
- CLIPPY_RUST_VERSION=1.39.0
- CLIPPY_RUST_VERSION=1.40.0

before_script:
- bash -c 'if [[ "$TRAVIS_RUST_VERSION" == "$CLIPPY_RUST_VERSION" ]]; then
Expand Down
Loading

0 comments on commit a50c52f

Please sign in to comment.