File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111matrix :
1212 include :
1313 - env : RUSTFMT
14- rust : 1.29.1 # `stable`: Locking down for consistent behavior
14+ rust : 1.31.0 # `stable`: Locking down for consistent behavior
1515 install :
16- - rustup component add rustfmt-preview
16+ - rustup component add rustfmt
1717 script :
1818 - cargo fmt -- --check
1919 - env : RUSTFLAGS="-D warnings"
20- rust : 1.29.1 # `stable`: Locking down for consistent behavior
20+ rust : 1.31.0 # `stable`: Locking down for consistent behavior
2121 install :
2222 script :
2323 - cargo check --tests --all-features
2424 - env : CLIPPY
25- rust : nightly-2018-07-17
25+ rust : 1.31.0 # `stable`: Locking down for consistent behavior
2626 install :
27- - rustup component add clippy-preview
27+ - rustup component add clippy
2828 script :
29- - cargo clippy --all-features -- -D clippy
29+ - cargo clippy --all-features
3030
3131install :
3232- rustc -Vv
You can’t perform that action at this time.
0 commit comments