rust-postgres/tokio-postgres
Nikhil Benesch bb961edcc4 Disable chrono's "oldtime" feature to drop time v0.1
The latest version of chrono, v0.4.16, permits removing its dependency
on the long-deprecated time v0.1 crate by disabling the "oldtime"
feature.

For backwards compatibility, chrono is leaving the "oldtime" feature on
by default, so disabling the "oldtime" feature requires disabling all
default features and then re-enabling the one default feature ("clock")
that rust-postgres needs.

Note that this change does not cause any backwards-compatibility
problems for users of rust-postgres. The "oldtime" feature controls only
whether `time_v01::Duration` and `chrono::Duration` are the same type
and does not affect any of the APIs used by rust-postgres.
2020-09-25 15:36:51 -04:00
..
benches Fix up benchmark 2019-11-26 16:40:36 -08:00
src Prettify host cast as str 2020-09-20 10:43:22 +00:00
tests/test Use checked arithmetic when decoding into chrono types 2020-07-30 22:52:56 -04:00
Cargo.toml Disable chrono's "oldtime" feature to drop time v0.1 2020-09-25 15:36:51 -04:00
CHANGELOG.md Release tokio-postgres v0.5.5 2020-07-03 15:19:15 -04:00
LICENSE-APACHE Release tokio-postgres v0.4.0-rc.1 2019-03-05 21:35:46 -08:00
LICENSE-MIT Release tokio-postgres v0.4.0-rc.1 2019-03-05 21:35:46 -08:00