diff --git a/Cargo.toml b/Cargo.toml index 1ae2de8..91d6d9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ travis-ci = { repository = "alexcrichton/gcc-rs" } appveyor = { repository = "alexcrichton/gcc-rs" } [dependencies] -rayon = { version = "0.7", optional = true } +rayon = { version = "0.8", optional = true } [features] parallel = ["rayon"]