Skip to content

Commit cdecd1a

Browse files
committed
Auto merge of #395 - fiveop:no_longer_1.1, r=posborne
No longer support Rust 1.1 Since tempdir is broken on Rust 1.1 I propose to push the minimum supported Rust version to 1.2.
2 parents b09f561 + 088c9c2 commit cdecd1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ addons:
1616
- binutils-dev
1717

1818
rust:
19-
- 1.1.0 # Oldest supported version
19+
- 1.2.0 # Oldest supported version
2020
- 1.7.0
2121
- 1.8.0
2222
- stable
@@ -50,10 +50,10 @@ matrix:
5050
rust: stable
5151
- os: osx
5252
env: ARCH=x86_64
53-
rust: 1.1.0
53+
rust: 1.2.0
5454
- os: osx
5555
env: ARCH=i686
56-
rust: 1.1.0
56+
rust: 1.2.0
5757
# Docker builds for other targets
5858
- os: linux
5959
env: TARGET=aarch64-unknown-linux-gnu DOCKER_IMAGE=posborne/rust-cross:arm

0 commit comments

Comments
 (0)