mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-16 17:25:11 +00:00
90b97753ad
Update lockfile (exa now requires Rust 1.45.2 or higher) Co-authored-by: Mélanie Chauvel <perso@hack-libre.org>
20 lines
312 B
YAML
20 lines
312 B
YAML
language: rust
|
|
rust:
|
|
- 1.45.2
|
|
- stable
|
|
- beta
|
|
- nightly
|
|
|
|
jobs:
|
|
fast_finish: true
|
|
allow_failures:
|
|
- rust: nightly
|
|
|
|
include:
|
|
- name: 'Rust: test with all features'
|
|
rust: stable
|
|
install:
|
|
- cargo install cargo-hack
|
|
script:
|
|
- cargo hack test --feature-powerset
|