mirror of
https://github.com/openharmony/third_party_rust_rust-std-candidates.git
synced 2026-06-30 20:47:55 -04:00
eb086f8d76
Whether increasing the minimum required Rust version is a SemVer breaking change that should be reflected in the crate’s version number is arguable. I chose not to do this here, since 1.12 has been stable for almost two years (2016-09-29) so I expect the impact to be negligible.
9 lines
131 B
YAML
9 lines
131 B
YAML
sudo: false
|
|
language: rust
|
|
rust:
|
|
- 1.12.0
|
|
- nightly
|
|
- beta
|
|
- stable
|
|
script: make test -k RUST_CHANNEL=$TRAVIS_RUST_VERSION
|