-
-
Notifications
You must be signed in to change notification settings - Fork 182
release: uefi-raw-0.13.0, uefi-0.36.1 #1810
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
base: main
Are you sure you want to change the base?
Conversation
|
I think we need to release uefi-raw too. The changes in https://github.com/rust-osdev/uefi-rs/pull/1801/files#diff-011bdca6a0a6c8f42228e3e1779e304984d2619ea786eb90a4f1443be67d1c2d would probably make this release of uefi not compile with uefi-raw 0.12. (And uefi-raw has the same docs.rs issue, so we want a new release anyway.) |
|
Okay, I've adjusted the PR! |
uefi-raw/Cargo.toml
Outdated
| [package] | ||
| name = "uefi-raw" | ||
| version = "0.12.0" | ||
| version = "0.12.1" |
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.
There was a breaking change, so this will need to be 0.13.0. Otherwise once this was released, it could break people on uefi-0.35.
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.
A shoot. It would be cool to integrate cargo semver checks somehow. I might look into that soon!
Thanks Nicholas, great catch!
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.
okay, I think I have it now
| - **Breaking:** The MSRV is now 1.85.1 and the crate uses the Rust 2024 edition. | ||
| - The documentation for UEFI protocols has been streamlined and improved. | ||
|
|
||
|
|
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.
to align style with rest of file
The fix from #1796 will help to fix the build on docs.rs
Checklist