Upgrade dependencies

* This patch assumes Travis is already pointing 'stable' to 1.24
This commit is contained in:
Greg Fitzgerald 2018-02-15 15:26:45 -07:00
parent b5645bc776
commit 306619c2a9
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ matrix:
allow_failures:
- rust: nightly
include:
- rust: beta
- rust: stable
- rust: nightly
env:
- FEATURES='unstable'

View File

@ -7,5 +7,5 @@ authors = ["Greg Fitzgerald <garious@gmail.com>"]
unstable = []
[dependencies]
rayon = "0.9"
rayon = "1.0.0"
itertools = "0.7.6"