diff --git a/rustsat/Cargo.toml b/rustsat/Cargo.toml index 5f98e78c..e1ca6679 100644 --- a/rustsat/Cargo.toml +++ b/rustsat/Cargo.toml @@ -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"]