RsBundle  Check-in [75fcbb74a4]

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

Overview
Comment:Update version to 0.3.0.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | v0.3.0
Files: files | file ages | folders
SHA1: 75fcbb74a496d0bae0df1e27694fd07703e7ec1a
User & Date: fifr 2017-02-22 16:33:32.036
Context
2017-02-28
10:54
Update dependencies. check-in: c48c2ba725 user: fifr tags: trunk
2017-02-22
16:33
Update version to 0.3.0. check-in: 75fcbb74a4 user: fifr tags: trunk, v0.3.0
16:32
Remove `DVector` from external API. check-in: d7ed56f9b3 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.2.1"
authors = ["Frank Fischer <frank-fischer@shadow-soft.de>"]

build = "build.rs"

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


|







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

build = "build.rs"

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