1
0
mirror of https://github.com/sharkdp/bat.git synced 2024-10-05 18:31:06 +01:00

Update minimal rust version

This commit is contained in:
sharkdp 2018-04-22 15:49:00 +02:00
parent 8d83da23f0
commit a978ec7604

View File

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