You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reverts commit fc5c0a9.
When `cargo package` builds `uefi`, it does so with dependencies from
crates.io. That causes a problem if `uefi` depends on some not-yet-released API
changes in `uefi-raw` or `uefi-macros`. For example, see:
rust-osdev#1383 (comment)
I couldn't find a way to force it to use local deps, so revert the job for now.
0 commit comments