mysql_async
mysql_async copied to clipboard
Re-export "chrono" feature from mysql_common
It would be great. We have to add mysql_common to our deps just to have the chrono feature, and that causes version syncing issues.
@lucypero, hi. What do you mean by "version syncing issues"?
@blackbeam i believe he is talking mysql_async is not supporting chrono feature flag. The current workaround is to install mysql_common with chrono feature.
Can you support the chrono feature flag in mysql_async as well
I could not get chrono working.
- Added
mysql_asyncto my crate - Added
mysql_commonto my crate, with thechronofeature - Matched my crate's
chronoversion with themysql_commonversion ofchrono
Rust is still giving errors that it can't find the trait to convert a NaiveDateTime to a Value or vice-versa.
Any suggestions?