Skip to content

Commit 0b55e9e

Browse files
committed
Bump CI minimum version to 1.31 so that trim_end is available.
1 parent eef5fa3 commit 0b55e9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ matrix:
3636
# increased every 6 weeks or so when the first PR to use a new feature.
3737
- env: TARGET=x86_64-unknown-linux-gnu
3838
ALT=i686-unknown-linux-gnu
39-
rust: 1.28.0
39+
rust: 1.31.0
4040
script:
4141
- rustup toolchain install nightly
4242
- cargo +nightly generate-lockfile -Z minimal-versions

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
1212
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
1313
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
14-
- if defined MINIMAL_VERSIONS rustup toolchain install 1.28.0
14+
- if defined MINIMAL_VERSIONS rustup toolchain install 1.31.0
1515
- if defined OTHER_TARGET rustup target add %OTHER_TARGET%
1616
- rustc -V
1717
- cargo -V
@@ -25,5 +25,5 @@ test_script:
2525
# we don't have ci time to run the full `cargo test` with `minimal-versions` like
2626
# - if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +stable test
2727
# so we just run `cargo check --tests` like
28-
- if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +1.28.0 check --tests
28+
- if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +1.31.0 check --tests
2929
- if NOT defined MINIMAL_VERSIONS cargo test

0 commit comments

Comments
 (0)