blackbeam / rust-mysql-simple

Mysql client library implemented in rust.
Apache License 2.0
665 stars 146 forks source link

Upgrade `time` to 0.2 #210

Closed kevinpoitra closed 4 years ago

kevinpoitra commented 4 years ago

This implements the changes needed to upgrade to time 0.2. Seeing as rust-mysql-simple gets its time dependency from rust_mysql_common, rust_mysql_common must have it's related time 0.2 PR merged, have a new version pushed out, and have its version updated within this repo before these changes will compile.

blackbeam commented 4 years ago

Superseded by 8c8e416.