diff --git a/Cargo.toml b/Cargo.toml index 3110d5e..9730f3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["no-std", "no-std::no-alloc", "hardware-support"] exclude = ["./.github/*"] [dependencies] -x86_64 = { version = "0.14.10", default-features = false, features = ["instructions"] } +x86_64 = { version = "0.15.1", default-features = false, features = ["instructions"] } [features] default = ["apic"]