Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Update dependencies. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
c48c2ba725bd190bae27a8e8fcb8b8f4 |
| User & Date: | fifr 2017-02-28 10:54:10.682 |
Context
|
2017-02-28
| ||
| 10:56 | Fix example for new API. check-in: 6e8b13050a user: fifr tags: trunk | |
| 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 | |
Changes
Changes to Cargo.toml.
1 2 3 4 5 6 7 8 9 10 11 12 13 | [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" log = "^0.3.6" [dev-dependencies] | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [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" log = "^0.3.6" [dev-dependencies] env_logger = "^0.4.1" |