-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not compile discord rs with chrono 0.4 #123
Comments
Upstream |
@SpaceManiac Deleted I have just cloned your repo, performed the steps above again and have the same result. |
After updating |
Looks like it was the reverse problem: we were depending on |
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:The text was updated successfully, but these errors were encountered: