Skip to content

Commit

Permalink
chore: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Apr 30, 2024
1 parent 3568fac commit 5549018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rustsat/Cargo.toml
Expand Up @@ -27,8 +27,8 @@ anyhow = { version = "1.0.80" }
thiserror = { version = "1.0.50" }

[dev-dependencies]
rustsat-minisat = { version = "0.3", path = "../minisat" }
rustsat-tools = { version = "0.3", path = "../tools" }
rustsat-minisat = { path = "../minisat" }
rustsat-tools = { path = "../tools" }

[features]
default = ["optimization", "fxhash"]
Expand Down

0 comments on commit 5549018

Please sign in to comment.