You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verify that we build with MSRV + minimal dependencies
* Lower all dependencies to `-Z minimal-versions` in CI
* Raise the following public dependencies:
* bigdecimal to 0.0.13 to drop support for old num versions
* chrono to 0.4.1 because it pulls in a really old num from before
the rust 1.0 release
* pq-sys to 0.4.0 because 0.3.x pulls in a old bindgen version
* mysqlclient-sys to 0.3.0 for the same reason
* Bump this internal dependencies:
* syn to 1.0.1 because we require at least that version
* num-* to 0.2.0 to match bigdecimal version
* bcrypt to 0.2.0 because it would pull in rustc-serialize
otherwise
* tempfile to 3.0.0 because otherwise it pulls in winapi 0.0.1!!!
* bitflags to 1.2.0 because of deprecation warnings regarding to try!
0 commit comments