-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
Upgrade to latest Rust nightly v1.75 #1065
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird that the ovmf-prebuilt
dependency was still in the lock file. Looks good other than clippy. Is there a reason we don't use THESEUS_MERGED_SEC_SHNDX
any more?
Signed-off-by: Klimenty Tsoutsman <klim@tsoutsman.com>
Signed-off-by: Klimenty Tsoutsman <klim@tsoutsman.com>
Signed-off-by: Klimenty Tsoutsman <klim@tsoutsman.com>
From Discord:
|
Signed-off-by: Klimenty Tsoutsman <klim@tsoutsman.com>
the existence of a |
Co-authored-by: Klimenty Tsoutsman <klim@tsoutsman.com> 7ee342e
Upgrade proc-macro2 versions used in
uefi-builder
tool to avoid this issue: Regression building proc-macro2 1.0.59 with nightly-2023-06-28 rust-lang/rust#113152Modify how the
.theseus_merged
special section is detected by the crate loading/linking code.