RsBundle  Check-in [cd82e812f8]

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

Overview
Comment:Update version to 0.5.3
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | v0.5.3
Files: files | file ages | folders
SHA1: cd82e812f8abb986efeb72153fb7990b7470be38
User & Date: fifr 2019-07-15 12:46:49.186
Context
2019-07-15
19:33
Modernize some clippy warnings check-in: 394e0533c6 user: fifr tags: trunk
12:48
Merge trunk check-in: ecb9507ef3 user: fifr tags: aggregatable
12:46
Update version to 0.5.3 check-in: cd82e812f8 user: fifr tags: trunk, v0.5.3
12:46
Ignore instances/ check-in: 0a956db6be 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.5.2"
edition = "2018"
authors = ["Frank Fischer <frank-fischer@shadow-soft.de>"]

[dependencies]
itertools = "^0.8"
libc = "^0.2.6"
log = "^0.4"


|







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

[dependencies]
itertools = "^0.8"
libc = "^0.2.6"
log = "^0.4"