Skip to content

Commit

Permalink
fix cadical depency
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Aug 22, 2023
1 parent 386aa01 commit 330fce7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustsat"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Christoph Jabs <[email protected]>"]
license = "MIT"
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,14 @@ The focus of the library is to provide as much ease of use without giving up on

For example useage refer to the small example tools in the examples directory.
For a bigger example you can look at this [multi-objective optimization
solver](https://github.com/chrjabs/pminimal-rs).
solver](https://github.com/chrjabs/pminimal-rs).

## Versions

### Version 0.1.2

Updated initial version with working dependencies

### Version 0.1.0 and 0.1.1

Yankes because of dependencies that don't exist anymore
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fn main() {
build_cadical(
"https://github.com/chrjabs/cadical.git",
"master",
"fa75b442e9b0d52668e0f5d75bd026ba39cde2fa",
"e7433d7b68c2f173b9ea4dc968c4784c8e7a4887",
);
build_kissat(
"https://github.com/arminbiere/kissat.git",
Expand Down

0 comments on commit 330fce7

Please sign in to comment.