mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
10 lines
112 B
YAML
10 lines
112 B
YAML
language: rust
|
|
cache: cargo
|
|
rust:
|
|
- stable
|
|
- beta
|
|
- nightly
|
|
matrix:
|
|
allow_failures:
|
|
- rust: nightly
|