Differences From Artifact [c79cfce273]:
- File Cargo.toml — part of check-in [075be7e40e] at 2020-11-18 17:55:07 on branch trunk — 0.1.3 - different list, enable, disable, fix throttle (user: arcade, size: 397) [annotate] [blame] [check-ins using]
To Artifact [667f319344]:
- File Cargo.toml — part of check-in [6f950e082f] at 2020-11-18 18:30:21 on branch trunk — optimize prelease (user: arcade, size: 445) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
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
|