diff --git a/Cargo.lock b/Cargo.lock index 3805fd5f..ff0da898 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -649,9 +649,9 @@ dependencies = [ [[package]] name = "x86_64" -version = "0.15.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bc79523af8abf92fb1a970c3e086c5a343f6bcc1a0eb890f575cbb3b45743df" +checksum = "0f042214de98141e9c8706e8192b73f56494087cc55ebec28ce10f26c5c364ae" dependencies = [ "bit_field", "bitflags 2.6.0", diff --git a/Cargo.toml b/Cargo.toml index 3949a4f2..19535b10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,9 @@ chrono = { version = "0.4", default-features = false } [target.'cfg(target_arch = "x86_64")'.dependencies] uart_16550 = "0.3.2" -x86_64 = "0.15.1" +x86_64 = { version = "0.15.2", default-features = false, features = [ + "instructions", +] } [target.'cfg(target_arch = "riscv64")'.dependencies] chrono = { version = "0.4", default-features = false }