Skip to content

Commit 05b66c6

Browse files
committed
Reduce the number of used unstable features of x86_64 crate
To reduce nightly breakage.
1 parent c09f94f commit 05b66c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ required-features = ["uefi_bin"]
2929

3030
[dependencies]
3131
xmas-elf = { version = "0.6.2", optional = true }
32-
x86_64 = { version = "0.13.2", optional = true }
32+
x86_64 = { version = "0.13.2", optional = true, default-features = false, features = ["instructions", "inline_asm"] }
3333
usize_conversions = { version = "0.2.0", optional = true }
3434
bit_field = { version = "0.10.0", optional = true }
3535
log = { version = "0.4.8", optional = true }

0 commit comments

Comments
 (0)