RsBundle  Check-in [5c2e3617d1]

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

Overview
Comment:Update itertools to 0.8
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 5c2e3617d1735eb18766b8426752f3603bc58f68
User & Date: fifr 2018-12-12 20:44:55.825
Context
2018-12-12
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
15:38
Update version to 0.5.1 check-in: 393791e563 user: fifr tags: trunk, v0.5.1
Changes
Unified Diff Ignore Whitespace Patch
Changes to Cargo.toml.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "bundle"
version = "0.5.1"
edition = "2018"
authors = ["Frank Fischer <frank-fischer@shadow-soft.de>"]

[dependencies]
itertools = "^0.7.2"
libc = "^0.2.6"
log = "^0.4"
c_str_macro = "^1.0"
cplex-sys = "^0.5"

[dev-dependencies]
env_logger = "^0.5.3"







|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "bundle"
version = "0.5.1"
edition = "2018"
authors = ["Frank Fischer <frank-fischer@shadow-soft.de>"]

[dependencies]
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"