Overview
| Comment: | optimize prelease |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
6f950e082fd75f5ff29a949a9fe12e9e |
| User & Date: | arcade on 2020-11-18 18:30:21.704 |
| Other Links: | manifest | tags |
Context
|
2020-11-18
| ||
| 19:46 | 0.1.4: fetch less data, sort posts by post date before posting check-in: 6ac5737a72 user: arcade tags: trunk | |
| 18:30 | optimize prelease check-in: 6f950e082f user: arcade tags: trunk | |
| 17:55 | 0.1.3 - different list, enable, disable, fix throttle check-in: 075be7e40e user: arcade tags: trunk | |
Changes
Modified Cargo.toml
from [c79cfce273]
to [667f319344].
| ︙ | ︙ | |||
16 17 18 19 20 21 22 |
sqlx = { version = "*", features = [ "postgres", "tls", "runtime-async-std-native-tls", "chrono" ] }
regex = "*"
rss = { version = "*", features = [ "from_url" ] }
chrono = "*"
| > > > > | 16 17 18 19 20 21 22 23 24 25 26 |
sqlx = { version = "*", features = [ "postgres", "tls", "runtime-async-std-native-tls", "chrono" ] }
regex = "*"
rss = { version = "*", features = [ "from_url" ] }
chrono = "*"
[profile.release]
lto = true
codegen-units = 1
|