From 904fe45be2451724e68cd82a133061cc8fe11fd9 Mon Sep 17 00:00:00 2001 From: imtsuki Date: Fri, 22 May 2020 19:10:14 +0800 Subject: [PATCH] bump x86_64 dependency version to fix build on latest nightlies Signed-off-by: imtsuki --- uefi-services/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uefi-services/Cargo.toml b/uefi-services/Cargo.toml index 6c2a48b3f..014b54660 100644 --- a/uefi-services/Cargo.toml +++ b/uefi-services/Cargo.toml @@ -15,7 +15,7 @@ is-it-maintained-issue-resolution = { repository = "rust-osdev/uefi-rs" } is-it-maintained-open-issues = { repository = "rust-osdev/uefi-rs" } [dependencies] -x86_64 = "0.8.3" +x86_64 = "0.11.0" uefi = { version = "0.4.5", features = ["alloc", "logger"] } log = { version = "0.4.8", default-features = false }