From 086c3a02d392f4c5dc9b142a3d45975bc29b6105 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 11 Sep 2019 13:18:16 +0200 Subject: [PATCH] Set x86_64 version to 0.7.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f99ef1c7..ac633a9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ harness = false bootloader = "0.8.0" volatile = "0.2.6" spin = "0.5.2" -x86_64 = "0.7.0" +x86_64 = "0.7.5" uart_16550 = "0.2.0" [dependencies.lazy_static]