Skip to content

Commit

Permalink
Merge pull request #249 from mkroening/x86_64-instructions
Browse files Browse the repository at this point in the history
build(deps): Explicitly enable x86_64/instructions
  • Loading branch information
mkroening authored Aug 8, 2023
2 parents 45a837b + 0545b34 commit 2922d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ multiboot = "0.8"

[target.'cfg(target_arch = "x86_64")'.dependencies]
uart_16550 = "0.2"
x86_64 = { version = "0.14", default-features = false }
x86_64 = { version = "0.14", default-features = false, features = ["instructions"] }

[target.'cfg(target_arch = "aarch64")'.dependencies]
align-data = "0.1"
Expand Down

0 comments on commit 2922d77

Please sign in to comment.