RsBundle  Check-in [a1e36ba638]

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

Overview
Comment:Update env_logger to 0.6
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: a1e36ba638d4b721c775a7a96d58071ebb08de34
User & Date: fifr 2018-12-12 20:46:38.329
Context
2019-07-15
10:33
solver: fix initialization of `Solver` in `solve_iter` check-in: 80086db562 user: fifr tags: trunk
2018-12-12
20:47
Merge trunk check-in: a93b15592c user: fifr tags: modifyprimals
20:46
Update env_logger to 0.6 check-in: a1e36ba638 user: fifr tags: trunk
20:44
Update itertools to 0.8 check-in: 5c2e3617d1 user: fifr tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to Cargo.toml.
8
9
10
11
12
13
14
15
itertools = "^0.8"
libc = "^0.2.6"
log = "^0.4"
c_str_macro = "^1.0"
cplex-sys = "^0.5"

[dev-dependencies]
env_logger = "^0.5.3"







|
8
9
10
11
12
13
14
15
itertools = "^0.8"
libc = "^0.2.6"
log = "^0.4"
c_str_macro = "^1.0"
cplex-sys = "^0.5"

[dev-dependencies]
env_logger = "^0.6"