Closed AarSeBail closed 1 year ago
I have gotten a fork to build at https://github.com/AarSeBail/bootloader/tree/main by bumping the versions of serde, async-process, and gpt. It will not be able to be merged, however, until Quyzi/gpt#91 is resolved. At that point the gpt dependency needs to be reverted from a git dependency.
A new gpt branch, 3.0.1, has been created in the meantime, which should be stable. I have switched the branch of the dependency, so I believe the changes may be merged now.
When I try and build my kernel with the latest nightly I am hit with the following error from
This is an issue that appeared with the June 28th nightly. What is confusing to me is that this should have been fixed by dtolnay/proc-macro2#356, which shipped in
proc-macro2 1.0.60
. When I view cargo tree I only see dependencies on 1.0.63. I'm not at all familiar with this project, so is there a dependency onproc-macro2 1.0.51
somewhere that needs to be bumped to 1.0.63+?