Update uefi dep, fix building on nightly
The UEFI crate has been updated to use try_trait_v2, which changes how
Status is used.
Signed-off-by:
Tim Crawford <tcrawford@system76.com>
... | ... | @@ -11,4 +11,4 @@ repository = "https://gitlab.redox-os.org/redox-os/uefi_alloc" |
name = "uefi_alloc" | ||
[dependencies] | ||
redox_uefi = "0.1.0" | ||
redox_uefi = "0.1.2" |