You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
157 B

  1. language: rust
  2. rust:
  3. - "1.31.0"
  4. - "stable"
  5. - "beta"
  6. - "nightly"
  7. matrix:
  8. allow_failure:
  9. - rust: "nightly"
  10. fast_finish: true