Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Update build dependencies. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
bbeaa27c1b2beb42130f2b63b227b796 |
| User & Date: | fifr 2016-10-02 20:49:55.329 |
Context
|
2016-10-04
| ||
| 06:11 | Update Cargo.lock metadata. check-in: 0539863aea user: fifr tags: trunk | |
|
2016-10-02
| ||
| 20:49 | Update build dependencies. check-in: bbeaa27c1b user: fifr tags: trunk | |
| 07:02 | mcf: Verify arc numbers when reading files. check-in: d98bdda26e user: fifr tags: trunk | |
Changes
Changes to Cargo.toml.
1 2 3 4 5 6 7 8 9 | [package] name = "bundle" version = "0.1.0" authors = ["Frank Fischer <frank-fischer@shadow-soft.de>"] build = "build.rs" [dependencies] libc = "^0.2.6" | | | > > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [package] name = "bundle" version = "0.1.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.3.5" |