RsBundle  Check-in [f5d1faa53e]

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

Overview
Comment:Remove regex build-dependency.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: f5d1faa53e30f430f7a3847408294dfae705884e
User & Date: fifr 2017-02-13 07:57:17.717
Context
2017-02-14
05:27
Fix a clippy warning in quadratic example. check-in: e61d025a57 user: fifr tags: trunk, v0.2.2
2017-02-13
07:57
Remove regex build-dependency. check-in: f5d1faa53e user: fifr tags: trunk
07:56
Fix Gurobi detection in build script. check-in: 3866119d92 user: fifr tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to Cargo.toml.
8
9
10
11
12
13
14
15
16
17
[dependencies]
libc = "^0.2.6"
quick-error = "^1.1.0"
log = "^0.3.6"

[dev-dependencies]
env_logger = "^0.3.5"

[build-dependencies]
regex = "^0.2"







<
<
<
8
9
10
11
12
13
14



[dependencies]
libc = "^0.2.6"
quick-error = "^1.1.0"
log = "^0.3.6"

[dev-dependencies]
env_logger = "^0.3.5"