Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Update version to 0.9.3 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | trunk | v0.9.3 |
| Files: | files | file ages | folders |
| SHA1: |
95db7419b52c69b11038a9ce0d130742 |
| User & Date: | fifr 2025-11-15 08:17:33.127 |
Context
|
2025-11-15
| ||
| 08:17 | Update version to 0.9.3 Leaf check-in: 95db7419b5 user: fifr tags: trunk, v0.9.3 | |
| 08:15 | [Cargo] replace `regex` by `regex-lite` check-in: 6dd89013a3 user: fifr tags: trunk | |
Changes
Changes to Cargo.toml.
1 2 | [package] name = "cplex-sys" | | | 1 2 3 4 5 6 7 8 9 10 | [package] name = "cplex-sys" version = "0.9.3" edition = "2024" authors = ["Frank Fischer <frank-fischer@shadow-soft.de>"] description = "Low level bindings to the Cplex C-API" license = "MIT" homepage = "https://chiselapp.com/user/fifr/repository/cplex-sys" repository = "https://chiselapp.com/user/fifr/repository/cplex-sys" documentation = "http://fifr.spdns.de/doc/cplex_sys" |
| ︙ | ︙ |