We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, I've been running into an issue with nightly build:
error[E0282]: type annotations needed for `Box<_>` --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.25/src/format_description/parse/mod.rs:83:9 | | let items = format_items | ^^^^^ ...
found the issue here: time-rs/time#681
Can we try bumping the version for time-rs?
The text was updated successfully, but these errors were encountered:
Sure, PRs welcome.
Sorry, something went wrong.
Seems like cargo update fixed it now using Updating time v0.3.25 -> v0.3.36
cargo update
Updating time v0.3.25 -> v0.3.36
No branches or pull requests
Hey, I've been running into an issue with nightly build:
found the issue here: time-rs/time#681
Can we try bumping the version for time-rs?
The text was updated successfully, but these errors were encountered: