Skip to content

Commit 4b4ece9

Browse files
committed
build: Fix build error with x86_64 crate
Signed-off-by: Akira Moroo <[email protected]>
1 parent 2b6ed74 commit 4b4ece9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ chrono = { version = "0.4", default-features = false }
4040

4141
[target.'cfg(target_arch = "x86_64")'.dependencies]
4242
uart_16550 = "0.3.2"
43-
x86_64 = "0.15.2"
43+
x86_64 = { version = "0.15.2", default-features = false, features = ["instructions"] }
4444

4545
[target.'cfg(target_arch = "riscv64")'.dependencies]
4646
chrono = { version = "0.4", default-features = false }

0 commit comments

Comments
 (0)