Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Update version to 0.5.1 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk | v0.5.1 |
| Files: | files | file ages | folders |
| SHA1: |
393791e56358b4f15d8038901da32e11 |
| User & Date: | fifr 2018-12-12 15:38:40.989 |
Context
|
2018-12-12
| ||
| 20:44 | Update itertools to 0.8 check-in: 5c2e3617d1 user: fifr tags: trunk | |
| 15:41 | Merge trunk check-in: e1f5bd7920 user: fifr tags: modifyprimals | |
| 15:38 | Update version to 0.5.1 check-in: 393791e563 user: fifr tags: trunk, v0.5.1 | |
| 15:38 | Replace `extern crate` with `use` check-in: 32372fda04 user: fifr tags: trunk | |
Changes
Changes to Cargo.toml.
1 2 | [package] name = "bundle" | | | 1 2 3 4 5 6 7 8 9 10 | [package] name = "bundle" version = "0.5.1" edition = "2018" authors = ["Frank Fischer <frank-fischer@shadow-soft.de>"] [dependencies] itertools = "^0.7.2" libc = "^0.2.6" log = "^0.4" |
| ︙ | ︙ |