Closed iddm closed 7 years ago
Upstream chrono
broke back-compat in v0.3.1, which has since been yanked. Delete and regenerate Cargo.lock
to downgrade back to v0.3.0.
@SpaceManiac Deleted Cargo.lock
, performed cargo clean
, cargo update
, cargo test
and still have the same errors. Also, I don't have chrono 0.3.1
in my Cargo.lock
but only 0.3
and 0.4
.
I have just cloned your repo, performed the steps above again and have the same result.
After updating chrono
everything works okay.
Looks like it was the reverse problem: we were depending on 0.3.1
, and now that it's yanked, builds fail.
For future reference, the above compiler error looks like it was trying to compile chrono without the "serde" feature.
@Xaeroxe yes, but I checked it many times - everything was set up correctly, so it must be something else.
After recent update of
chrono
crate I can't compile the discord crate anymore: