Skip to content

Commit

Permalink
raise min rustc version to 1.13 for ? operator
Browse files Browse the repository at this point in the history
  • Loading branch information
dns2utf8 committed Sep 6, 2017
1 parent 0b58f94 commit 63938d6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: rust
rust:
- 1.12.0
- 1.13.0
- stable
- nightly
os:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ part, adding calls to Rayon should not change how your programs works
at all, in fact. However, if you operate on mutexes or atomic
integers, please see the [notes on atomicity](#atomicity).

Rayon currently requires `rustc 1.12.0` or greater.
Rayon currently requires `rustc 1.13.0` or greater.

### Using Rayon

Expand Down
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Release rayon 0.8.3

- `?` operator requires rust 1.13 or greater

# Release rayon 0.8.2

- `ParallelSliceMut` now has six parallel sorting methods with the same
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ environment:
RUST_MIN_STACK: 16777216
matrix:
- TARGET: x86_64-pc-windows-gnu
CHANNEL: 1.12.0
CHANNEL: 1.13.0

- TARGET: x86_64-pc-windows-gnu
CHANNEL: stable
Expand All @@ -24,7 +24,7 @@ environment:


- TARGET: x86_64-pc-windows-msvc
CHANNEL: 1.12.0
CHANNEL: 1.13.0

- TARGET: x86_64-pc-windows-msvc
CHANNEL: stable
Expand Down

0 comments on commit 63938d6

Please sign in to comment.