mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-13 02:22:58 +03:00
level up a minimal rust version to 1.31.0 to support edition 2018
This commit is contained in:
parent
2d0b0488f2
commit
82ee448c0a
10
.travis.yml
10
.travis.yml
@ -21,19 +21,19 @@ matrix:
|
||||
|
||||
# Minimum Rust supported channel.
|
||||
- os: linux
|
||||
rust: 1.30.0
|
||||
rust: 1.31.0
|
||||
env: TARGET=x86_64-unknown-linux-gnu
|
||||
- os: linux
|
||||
rust: 1.30.0
|
||||
rust: 1.31.0
|
||||
env: TARGET=x86_64-unknown-linux-musl
|
||||
- os: linux
|
||||
rust: 1.30.0
|
||||
rust: 1.31.0
|
||||
env: TARGET=i686-unknown-linux-gnu
|
||||
- os: linux
|
||||
rust: 1.30.0
|
||||
rust: 1.31.0
|
||||
env: TARGET=i686-unknown-linux-musl
|
||||
- os: osx
|
||||
rust: 1.30.0
|
||||
rust: 1.31.0
|
||||
env: TARGET=x86_64-apple-darwin
|
||||
|
||||
addons:
|
||||
|
Loading…
Reference in New Issue
Block a user