Skip to content

Commit

Permalink
Bump version to 0.6.3 because of a bad Cargo package
Browse files Browse the repository at this point in the history
  • Loading branch information
fatemender committed Jan 21, 2021
1 parent fd0d952 commit d4043e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2"
version = "0.6.3"

[features]
vendor-lgl = ["cc", "cmake", "copy_dir"]
Expand Down
4 changes: 2 additions & 2 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.2"
boolector-sys = "0.6.3"
```

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

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

Enabling `vendor-lgl` will automatically build a static `boolector` library and
Expand Down

0 comments on commit d4043e3

Please sign in to comment.