RsBundle  Check-in [1b4c044d91]

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

Overview
Comment:Update version to 0.6.2
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | release | v0.6.2
Files: files | file ages | folders
SHA1: 1b4c044d9108a20489865e10072abd06eae684bc
User & Date: fifr 2019-08-08 07:56:33.352
Context
2019-12-21
21:02
Add `dyn` to trait object types check-in: 147bcf602c user: fifr tags: release
2019-08-08
08:00
Merge release check-in: ff349fc255 user: fifr tags: trunk
07:56
Update version to 0.6.2 check-in: 1b4c044d91 user: fifr tags: release, v0.6.2
07:55
cpx: fix aggregation if all coefficients are zero. check-in: 25ad50ae4d user: fifr tags: release
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.6.1"
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.6.2"
edition = "2018"
authors = ["Frank Fischer <frank-fischer@shadow-soft.de>"]

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