We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6ed74 commit 4b4ece9Copy full SHA for 4b4ece9
Cargo.toml
@@ -40,7 +40,7 @@ chrono = { version = "0.4", default-features = false }
40
41
[target.'cfg(target_arch = "x86_64")'.dependencies]
42
uart_16550 = "0.3.2"
43
-x86_64 = "0.15.2"
+x86_64 = { version = "0.15.2", default-features = false, features = ["instructions"] }
44
45
[target.'cfg(target_arch = "riscv64")'.dependencies]
46
chrono = { version = "0.4", default-features = false }
0 commit comments