Skip to content

Commit

Permalink
fix: use workspace dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nfbruns committed Jun 26, 2024
1 parent 707e207 commit 727e42c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions batsat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ readme = "README.md"
debug = []

[dependencies]
batsat = "0.5.0" # when changing this version, do not forget to update signature
rustsat = { version = "0.5.1", path = "../rustsat", default-features = false }
anyhow = { version = "1.0.80" }
thiserror = { version = "1.0.57" }
batsat = "0.5.0" # when changing this version, do not forget to update signature
anyhow.workspace = true
thiserror.workspace = true
rustsat.workspace = true

[dev-dependencies]
rustsat-solvertests = { path = "../solvertests" }

0 comments on commit 727e42c

Please sign in to comment.