Skip to content

Commit

Permalink
fix dependency cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Jan 11, 2024
1 parent 207b2a1 commit ba47a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rustsat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ pyo3-build-config = { version = "0.20.0", optional = true }

[dev-dependencies]
inline-c = "0.1.7"
rustsat-minisat = { version = "0.2.2", path = "../minisat" }
rustsat-tools = { version = "0.2.2", path = "../tools" }
rustsat-minisat = { version = "0.2", path = "../minisat" }
rustsat-tools = { version = "0.2", path = "../tools" }

[features]
default = [
Expand Down

0 comments on commit ba47a0d

Please sign in to comment.