RsBundle  Check-in [e6adb6b25f]

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

Overview
Comment:Update version to 0.2.1
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | v0.2.1
Files: files | file ages | folders
SHA1: e6adb6b25fc95b3c44b5391c12a44afcab4ac966
User & Date: fifr 2016-10-18 20:06:00.453
Context
2016-10-19
07:37
Run `rustfmt` on all sources. check-in: 2bc4277460 user: fifr tags: trunk
2016-10-18
20:06
Update version to 0.2.1 check-in: e6adb6b25f user: fifr tags: trunk, v0.2.1
20:04
vector: Add `dot_begin` method. check-in: 3028bbe57c 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.0"
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.2.1"
authors = ["Frank Fischer <frank-fischer@shadow-soft.de>"]

build = "build.rs"

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