Bump Rust requirement

This commit is contained in:
Kornel Lesiński 2018-06-01 17:26:15 +01:00
parent 926acd68c1
commit bac24c095e

View file

@ -11,7 +11,7 @@ matrix:
env: TARGET=x86_64-apple-darwin env: TARGET=x86_64-apple-darwin
cache: cargo cache: cargo
- os: linux - os: linux
rust: 1.20.0 rust: 1.21.0
env: TARGET=x86_64-unknown-linux-gnu env: TARGET=x86_64-unknown-linux-gnu
cache: cargo cache: cargo
- os: linux - os: linux