Skip to content
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

Type-annotations error caused by Time crate #165

Closed
m1sk9 opened this issue Aug 3, 2024 · 1 comment · Fixed by #166
Closed

Type-annotations error caused by Time crate #165

m1sk9 opened this issue Aug 3, 2024 · 1 comment · Fixed by #166
Labels
C-bug Category: bug good first issue Good for newcomers

Comments

@m1sk9
Copy link
Owner

m1sk9 commented Aug 3, 2024

related: time-rs/time#681

Nightly fails to compile with Type-annotations error on Time source code.

CI of #161, #162, #163 and #164 are falling because of it. Since babyrite does not use Nightly features, there is no need to compile on Nightly.

@m1sk9 m1sk9 added good first issue Good for newcomers C-bug Category: bug labels Aug 3, 2024
@m1sk9
Copy link
Owner Author

m1sk9 commented Aug 3, 2024

I thought it was a problem with Nightly, but even Stable fails to compile. It seems that dtolnay fixed the problem with time-rs/time#671, so bumping only time with cargo update seems to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: bug good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant