language: rust rust: - stable - beta - nightly script: - cargo build --verbose --all - cargo test --verbose --all