Skip to content

Commit

Permalink
Reduce the number of used unstable features of x86_64 crate
Browse files Browse the repository at this point in the history
To reduce nightly breakage.
  • Loading branch information
phil-opp committed Apr 30, 2021
1 parent c09f94f commit 05b66c6
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 @@ -29,7 +29,7 @@ required-features = ["uefi_bin"]

[dependencies]
xmas-elf = { version = "0.6.2", optional = true }
x86_64 = { version = "0.13.2", optional = true }
x86_64 = { version = "0.13.2", optional = true, default-features = false, features = ["instructions", "inline_asm"] }
usize_conversions = { version = "0.2.0", optional = true }
bit_field = { version = "0.10.0", optional = true }
log = { version = "0.4.8", optional = true }
Expand Down

0 comments on commit 05b66c6

Please sign in to comment.