blob: 067237160c4e4a8ec810ef0d6c72f8a7e5d28edb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
sudo: false
language: rust
dist: trusty
rust:
- nightly
- beta
- stable
- 1.34.0 # minimum supported version (based on features)
cache: cargo
matrix:
allow_failures:
- rust: nightly
|