Commits on Source (6)
-
Tim Crawford authored
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>
-
Jeremy Soller authored
Update uefi dep, fix building on nightly See merge request !2
-
Jeremy Soller authored
-
Tim Crawford authored
Don't overwrite the pointer with the status, which will be 0. Fixes: f2cc919c ("Update uefi dep, fix building on nightly") Signed-off-by:
Tim Crawford <tcrawford@system76.com>
-
Jeremy Soller authored
Fix global allocator See merge request !3
-
Jeremy Soller authored
[package] | ||
name = "redox_uefi_alloc" | ||
version = "0.1.0" | ||
version = "0.1.2" | ||
edition = "2018" | ||
description = "UEFI allocation support" | ||
license = "MIT" | ||
... | ... | @@ -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" |