Skip to content

Commit 66a83e2

Browse files
committed
WIP DONT MERGE
1 parent ecec938 commit 66a83e2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Cargo.lock

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ default = ["scotch", "metis"]
2020
# Partitioners
2121
coupe = { version = "0.1", path = ".." }
2222
scotch = { version = "0.1", optional = true }
23-
metis = { version = "0.1", optional = true }
23+
metis = { version = "0.1", optional = true, path = "../../metis-rs" }
2424

2525
# Random number generation
2626
rand = { version = "0.8", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)