Skip to content

Commit

Permalink
Actually we need 1.39 for tokio bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Feb 25, 2020
1 parent e76410e commit 29e773e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ matrix:

# Test compatibility
#
# 1.37.0 is the oldest supported version of Rust. This value should NOT be
# 1.39.0 is the oldest supported version of Rust. This value should NOT be
# changed without prior discussion.
#
# This build also deploys docs
- os: linux
rust: 1.37.0
rust: 1.39.0
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
script:
Expand Down

0 comments on commit 29e773e

Please sign in to comment.