From d246add0df9f33de95e1d79134aa44b7fe4aa544 Mon Sep 17 00:00:00 2001 From: Jeff Li Date: Tue, 25 Jun 2024 22:02:44 +0800 Subject: [PATCH] template: fix build failure Signed-off-by: Jeff Li --- template/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/Cargo.toml b/template/Cargo.toml index 109736564..c880f8803 100644 --- a/template/Cargo.toml +++ b/template/Cargo.toml @@ -5,4 +5,4 @@ edition = "2021" publish = false [dependencies] -uefi = { version = "0.28.0", features = ["alloc"] } +uefi = { version = "0.28.0", features = ["panic_handler"] }