Skip to content

Commit

Permalink
Auto merge of nix-rust#395 - fiveop:no_longer_1.1, r=posborne
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
homu committed Aug 5, 2016
2 parents b09f561 + 088c9c2 commit cdecd1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ addons:
- binutils-dev

rust:
- 1.1.0 # Oldest supported version
- 1.2.0 # Oldest supported version
- 1.7.0
- 1.8.0
- stable
Expand Down Expand Up @@ -50,10 +50,10 @@ matrix:
rust: stable
- os: osx
env: ARCH=x86_64
rust: 1.1.0
rust: 1.2.0
- os: osx
env: ARCH=i686
rust: 1.1.0
rust: 1.2.0
# Docker builds for other targets
- os: linux
env: TARGET=aarch64-unknown-linux-gnu DOCKER_IMAGE=posborne/rust-cross:arm
Expand Down

0 comments on commit cdecd1a

Please sign in to comment.