Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Remove build script. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
8a75c0bcc8325b98c074fa8743a064a6 |
| User & Date: | fifr 2017-03-16 15:06:48.806 |
Context
|
2017-03-16
| ||
| 20:51 | Use `const_cstr` for C-string literals. check-in: 30e5f0f086 user: fifr tags: trunk | |
| 15:06 | Remove build script. check-in: 8a75c0bcc8 user: fifr tags: trunk | |
| 14:57 | Use `cplex-sys` crate for interfacing with cplex. check-in: b318be645a user: fifr tags: trunk | |
Changes
Changes to Cargo.toml.
1 2 3 4 5 | [package] name = "bundle" version = "0.3.0" authors = ["Frank Fischer <frank-fischer@shadow-soft.de>"] | < < | 1 2 3 4 5 6 7 8 9 10 11 12 |
[package]
name = "bundle"
version = "0.3.0"
authors = ["Frank Fischer <frank-fischer@shadow-soft.de>"]
[dependencies]
libc = "^0.2.6"
quick-error = "^1.1.0"
log = "^0.3.6"
cplex-sys = { version = "^0.1", path = "../cplex-sys" }
[dev-dependencies]
|
| ︙ | ︙ |
Deleted build.rs.
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |