prisma / tiberius

TDS 7.2+ (Microsoft SQL Server) driver for Rust
Apache License 2.0
321 stars 118 forks source link

Disable chrono's oldtime feature #284

Closed suzak closed 1 year ago

suzak commented 1 year ago

To disable the dependency on time 0.1, set chrono default-features = false.

suzak commented 1 year ago

@esheppa CI failures are caused by time 0.3 requirements. Thanks to https://github.com/prisma/tiberius/commit/81e12086c53425ddc7822db15b6a73644ce92cd8, tibrius CI uses latest stable now. Rebased to current main, and confirmed CI pass https://github.com/suzak/tiberius/pull/2/commits/f10f74c76d3cc5afc9ce2d05c43ac300c5f94bd1

tomhoule commented 1 year ago

Thanks for the PR! Sorry for the delay in getting this reviewed and merged.