Skip to content

Commit

Permalink
chore: fix dependency cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Oct 16, 2024
1 parent 4ea4fa6 commit 67922be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ tempfile.workspace = true
xz2 = { workspace = true, optional = true }

[dev-dependencies]
rustsat-minisat.workspace = true
rustsat-minisat = { path = "./minisat" }
rustsat-solvertests.workspace = true
rustsat-tools = { path = "./tools" }

Expand Down

0 comments on commit 67922be

Please sign in to comment.