From 306619c2a93093d18443a2ca1f699529b52e5fa0 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Thu, 15 Feb 2018 15:26:45 -0700 Subject: [PATCH] Upgrade dependencies * This patch assumes Travis is already pointing 'stable' to 1.24 --- .travis.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a70d4ff71..135bedd35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ matrix: allow_failures: - rust: nightly include: - - rust: beta + - rust: stable - rust: nightly env: - FEATURES='unstable' diff --git a/Cargo.toml b/Cargo.toml index 503643bbe..b869b536f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,5 @@ authors = ["Greg Fitzgerald "] unstable = [] [dependencies] -rayon = "0.9" +rayon = "1.0.0" itertools = "0.7.6"