[BUG] plotters
fails to compile in a workspace using chrono 0.4.31
#624
Labels
bug
Something isn't working
plotters
fails to compile in a workspace using chrono 0.4.31
#624
When adding a
plotters 0.3.6
dependency to an existing workspace, it fails to compile:The cause is that the existing workspace already uses chrono 0.4.31, and the plotters crate does not correctly specify the version it requires.
The
plotters
crate declares a dependency on chrono 0.4.20, but actually uses features that only exist in a later version (chrono >= 0.4.34).This was previously noticed in #592, but is still unfixed.
The text was updated successfully, but these errors were encountered: