From 7d7f75b9dc89dc726267111ec501ee9bc4a6337f Mon Sep 17 00:00:00 2001 From: Matthew Scroggs Date: Mon, 18 Dec 2023 14:14:22 +0000 Subject: [PATCH] cargo.toml --- Cargo.toml | 8 ++++---- hyksort/Cargo.toml | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 571fb724..da1e2a5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,10 +6,10 @@ members = [ # "fmm", # "field", "grid", - "hyksort", +# "hyksort", "quadrature", "tools", - "tree", +# "tree", "kernel", "traits", ] @@ -22,10 +22,10 @@ default-members = [ # "fmm", # "field", "grid", - "hyksort", +# "hyksort", "quadrature", "tools", - "tree", +# "tree", "kernel", "traits", ] diff --git a/hyksort/Cargo.toml b/hyksort/Cargo.toml index 20ecd361..e0d4d6d5 100644 --- a/hyksort/Cargo.toml +++ b/hyksort/Cargo.toml @@ -11,6 +11,5 @@ edition = "2021" [dependencies] mpi = "0.6.*" - -rand = "0.8.*" +rand = "0.8.5" superslice = "1"