Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Commit cad5c3a

Browse files
committed
Update travis to use Rust 1.30
1 parent 3bae065 commit cad5c3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ rust:
66

77
matrix:
88
include:
9-
- rust: 1.29.1
9+
- rust: 1.30.1
1010
env: CLIPPY=YESPLEASE
1111
before_script: rustup component add clippy-preview
1212
script: cargo clippy --all-targets --all -- -D warnings
13-
- rust: 1.29.1
13+
- rust: 1.30.1
1414
env: RUSTFMT=YESPLEASE
1515
before_script: rustup component add rustfmt-preview
1616
script: cargo fmt --all -- --check

0 commit comments

Comments
 (0)