| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Previously, tempfile depended on an old rustix version that no longer builds on the latest nightly compiler. Bumping the tempfile crate also bumps rustix.
Something in cargo changed and now cargo clippy also seems to lint binary dependencies. While that's reasonable, it also cause features to be unified across the bootloader and test kernel crates and that's causing issues. Fix this by excluding the test kernels. The test kernels were already linted seperatedly anyway.
|
@jarovo I saw that you also made changes in #561 to move the disk buffer around. I'm not quite sure why that's needed. Is there a reason to do this? |
Sorry, something went wrong.
Thanks for looking at the code and asking. I've just updated the PR description to specify the reasons for the changes. |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good, thank you!
Sorry, something went wrong.
|
I don't think a release is necessary for this, it should be enough for user to just run cargo update. Please let me know if I'm wrong. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Previously, tempfile depended on an old rustix version that no longer builds on the latest nightly compiler. Bumping the tempfile crate also bumps rustix.
Supersedes #561