Skip to content

Commit b32476a

Browse files
committed
chore: Update stable Rust
1 parent a960c79 commit b32476a

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
@@ -8,13 +8,13 @@ rust:
88
matrix:
99
include:
1010
- env: RUSTFMT
11-
rust: 1.25.0 # `stable`: Locking down for consistent behavior
11+
rust: 1.27.0 # `stable`: Locking down for consistent behavior
1212
install:
1313
- rustup component add rustfmt-preview
1414
script:
1515
- cargo fmt -- --write-mode=diff
1616
- env: RUSTFLAGS="-D warnings"
17-
rust: 1.25.0 # `stable`: Locking down for consistent behavior
17+
rust: 1.27.0 # `stable`: Locking down for consistent behavior
1818
install:
1919
script:
2020
- cargo check --tests --all-features

0 commit comments

Comments
 (0)