Skip to content

Commit d928ac1

Browse files
committed
Add path dep to metis-sys
so that changes to metis-sys can be tested locally.
1 parent 5a55aa0 commit d928ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ keywords = ["graph", "mesh", "matrix", "partitioning", "ordering"]
1616
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1717

1818
[dependencies]
19-
metis-sys = "0.1"
19+
metis-sys = { version = "0.1", path = "metis-sys" }

0 commit comments

Comments
 (0)