Skip to content

Commit

Permalink
Bump version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fatemender committed Jan 21, 2021
1 parent ad09549 commit fd0d952
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ links = "boolector"
name = "boolector-sys"
readme = "README.md"
repository = "https://github.com/fatemender/boolector-sys"
version = "0.6.1"
version = "0.6.2"

[features]
vendor-lgl = ["cc", "cmake", "copy_dir"]
Expand Down
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Copyright (c) 2019 Mikhail Solovev
Copyright (c) 2019 Craig Disselkoen
Copyright (c) 2020 inspier <https://github.com/inspier>
Copyright (c) 2020 finga <[email protected]>
Copyright (c) 2021 Christian Mösl

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ to your `Cargo.toml`:

```toml
[dependencies]
boolector-sys = "0.6.1"
boolector-sys = "0.6.2"
```

### Using vendored static `boolector` library
Expand All @@ -26,15 +26,15 @@ with the `vendor-lgl` feature enabled:

```toml
[dependencies]
boolector-sys = { version = "0.6.1", features = ["vendor-lgl"] }
boolector-sys = { version = "0.6.2", features = ["vendor-lgl"] }
```

Enabling `vendor-lgl` will automatically build a static `boolector` library and
link against it. Currently this uses the Lingeling SAT solver.

In order for the build to succeed, you'll need to install some tools on your
build host; for a Debian-based distribution `build-essential`, `cmake`, and `curl`
should be sufficient.
build host; for a Debian-based distribution `build-essential`, `cmake`, `curl`,
and `git` should be sufficient.

## License

Expand Down

0 comments on commit fd0d952

Please sign in to comment.