From dc2e46c51ba5fb0ad99444a31dcabf91b33b45a6 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 1 Apr 2021 11:21:19 -0400 Subject: [PATCH] Cargo.toml changes --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c5f506d..2682407 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "physarum" version = "0.1.0" -authors = ["mindv0rtex ", "Simon Gardling "] +authors = ["Simon Gardling ", "mindv0rtex "] edition = "2018" [dependencies] @@ -9,8 +9,7 @@ image = "0.23.14" indicatif = {version = "0.15.0", features = ["rayon"]} itertools = "0.10" rand = "0.8.3" -rand_distr = "0.4" -#rayon = "1.5" +rand_distr = "0.4.0" rayon = {git = "https://github.com/rayon-rs/rayon.git"} fastapprox = "0.3.0" @@ -18,7 +17,7 @@ fastapprox = "0.3.0" criterion = "0.3.4" [patch.crates-io] -rayon = {git = "https://github.com/rayon-rs/rayon.git"} #for using git version of rayon +rayon = {git = "https://github.com/rayon-rs/rayon.git"} #fixes dependency issues [profile.dev] codegen-units = 1