Skip to content

Commit 8c00c9e

Browse files
committed
Fix x86_64 dependency of common crate
1 parent 6e34ad1 commit 8c00c9e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Cargo.lock

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ log = "0.4.14"
1414
spinning_top = "0.2.4"
1515
uefi = "0.13"
1616
usize_conversions = "0.2.0"
17-
x86_64 = { version = "0.14.8", default-features = false }
17+
x86_64 = { version = "0.14.8" }
1818
xmas-elf = "0.8.0"
1919

2020
[dependencies.font8x8]

0 commit comments

Comments
 (0)