Skip to content

Commit

Permalink
cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Dec 18, 2023
1 parent eef69f0 commit 7d7f75b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ members = [
# "fmm",
# "field",
"grid",
"hyksort",
# "hyksort",
"quadrature",
"tools",
"tree",
# "tree",
"kernel",
"traits",
]
Expand All @@ -22,10 +22,10 @@ default-members = [
# "fmm",
# "field",
"grid",
"hyksort",
# "hyksort",
"quadrature",
"tools",
"tree",
# "tree",
"kernel",
"traits",
]
3 changes: 1 addition & 2 deletions hyksort/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ edition = "2021"

[dependencies]
mpi = "0.6.*"

rand = "0.8.*"
rand = "0.8.5"
superslice = "1"

0 comments on commit 7d7f75b

Please sign in to comment.