-
Notifications
You must be signed in to change notification settings - Fork 17
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
Build failed at 1.2.0 with Rust 1.80.0 #69
Comments
Hello, |
Have the same issue, here's my log:
Although your comment makes me think it could be something on nixpkgs side after all? |
The main branch is no problems, only the tag Actually, we just need the |
Oh right, |
|
rust-lang/rust#99969 added some
FromIterator
impls forBox<str>
to the standard library, version1.2.0
failed when build on Rust1.80.0
.We need to update its dependencied
time
from0.3.23
to0.3.36
, IMO, may be a new release is a straightforward fix.I found it when update NixOS/Nixpkgs, and mentioned here
The text was updated successfully, but these errors were encountered: