Browse Source

Update minimum supported Rust version.

wintest
Josh Matthews 6 years ago
committed by GitHub
parent
commit
12816c8427
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml

2
.travis.yml

@ -3,7 +3,7 @@ sudo: false
matrix: matrix:
include: include:
- rust: 1.13.0 - rust: 1.16.0
install: install:
script: cargo build script: cargo build
- rust: stable - rust: stable

Loading…
Cancel
Save