From 249a1d038171edab235c2c45e6c7a91f533f86d4 Mon Sep 17 00:00:00 2001 From: Yukiteru Lee <37299119+wfly1998@users.noreply.github.com> Date: Sat, 8 Aug 2020 21:55:58 +0800 Subject: [PATCH] fix a problem of compiling zCore --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a079a72..bb891d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ description = "The x86_64 UEFI bootloader for rCore" [dependencies] uefi = "=0.4.6" -uefi-services = { version = "0.2.4", optional = true } +uefi-services = { version = "=0.2.4", optional = true } log = "0.4" xmas-elf = "0.7" x86_64 = "0.11"