Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Use published cplex-sys crate |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
f461fba8363c9141c138563084bb1b87 |
| User & Date: | fifr 2017-08-01 12:31:38.794 |
Context
|
2017-11-01
| ||
| 16:10 | Add some missing type annotation when calling `sum` check-in: 02dee82532 user: fifr tags: trunk | |
|
2017-08-01
| ||
| 12:31 | Use published cplex-sys crate check-in: f461fba836 user: fifr tags: trunk | |
|
2017-04-18
| ||
| 13:11 | Update version to 0.3.1. check-in: 09b2fc25d6 user: fifr tags: trunk, v0.3.1 | |
Changes
Changes to Cargo.toml.
1 2 3 4 5 6 7 8 9 10 | [package] name = "bundle" version = "0.3.1" authors = ["Frank Fischer <frank-fischer@shadow-soft.de>"] [dependencies] libc = "^0.2.6" quick-error = "^1.1.0" log = "^0.3.6" const-cstr = "^0.2.1" | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [package] name = "bundle" version = "0.3.1" authors = ["Frank Fischer <frank-fischer@shadow-soft.de>"] [dependencies] libc = "^0.2.6" quick-error = "^1.1.0" log = "^0.3.6" const-cstr = "^0.2.1" cplex-sys = "^0.2" [dev-dependencies] env_logger = "^0.4.1" |