Pin minimum required rust version to 1.22

This commit is contained in:
sharkdp 2018-04-25 20:51:00 +02:00
parent 58ca1f66d6
commit 716b261efd

View File

@ -12,10 +12,10 @@ matrix:
# Minimum Rust supported channel.
- os: linux
rust: 1.25.0
rust: 1.22.0
env: TARGET=x86_64-unknown-linux-gnu
- os: osx
rust: 1.25.0
rust: 1.22.0
env: TARGET=x86_64-apple-darwin
addons: