Skip to content

Commit

Permalink
Increment version to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vandenheuvel committed Oct 1, 2024
1 parent 32c016b commit ac9576c
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
@@ -1,6 +1,6 @@
[package]
name = "relp"
version = "0.2.5"
version = "0.2.6"
authors = ["Bram van den Heuvel <[email protected]>"]
edition = "2021"
description = "Rust Exact Linear Programming"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
relp = "0.2.4"
relp = "0.2.6"
```

You'll probably want to use the number types provided by the [`relp-num`](https://github.com/vandenheuvel/relp-num) crate, so include that dependency as well:

```toml
relp-num = "0.1.11"
relp-num = "0.1.13"
```

You can now use both crates, for example to read a linear program in the classic [MPS format](https://en.wikipedia.org/wiki/MPS_(format)) in arbitrary precision:
Expand Down

0 comments on commit ac9576c

Please sign in to comment.