From 7ed965ed8f047d8a2aa81cc5d54c6621504cfdaf Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Thu, 5 Jan 2017 19:40:49 -0800 Subject: [PATCH] Upgrade to rayon 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 601e256..6bcb852 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ code. keywords = ["build-dependencies"] [dependencies] -rayon = { version = "0.5", optional = true } +rayon = { version = "0.6", optional = true } [features] parallel = ["rayon"]