RsBundle  Check-in [09b2fc25d6]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Update version to 0.3.1.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | v0.3.1
Files: files | file ages | folders
SHA1: 09b2fc25d6f6e765a3f772457cfdf4c7d6cce19f
User & Date: fifr 2017-04-18 13:11:24.054
Context
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
13:09
cpx: fix a clippy warning. check-in: 2749284e22 user: fifr tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to Cargo.toml.
1
2
3
4
5
6
7
8
9
10
[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"
const-cstr = "^0.2.1"


|







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"