Skip to content

Update crate for rust-postgres 0.17 & Rust 2018 syntax #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 1, 2020
Merged

Update crate for rust-postgres 0.17 & Rust 2018 syntax #14

merged 3 commits into from
Jan 1, 2020

Conversation

lfittl
Copy link
Contributor

@lfittl lfittl commented Dec 27, 2019

Thanks for the excellent library!

I've had a use case that required tstzrange integration, and thought it'd be useful to get this library updated for the latest rust-postgres 0.17 release:

  • Updates integration and tests to postgres 0.17
  • Moves chrono crate support to "with-chrono-0_4" to match postgres crate
  • Drops time crate support since it was dropped in postgres crate
  • Use Rust 2018 syntax & ensure code follows up-to-date idioms

- Updates integration and tests to postgres 0.17
- Moves chrono crate support to "with-chrono-0_4" to match postgres crate
- Drops time crate support since it was dropped in postgres crate
@sfackler sfackler merged commit 6fc8234 into sfackler:master Jan 1, 2020
@sfackler
Copy link
Owner

sfackler commented Jan 1, 2020

Thanks!

@lfittl lfittl deleted the postgres-0.17 branch January 2, 2020 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants