From 5549018096ac4ecd5c88a7dfd30557ee8b03b041 Mon Sep 17 00:00:00 2001 From: Christoph Jabs Date: Tue, 30 Apr 2024 17:09:28 +0300 Subject: [PATCH] chore: fix release --- rustsat/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]