Skip to content

Commit fac26c6

Browse files
committed
update x86_64 dep in test
1 parent 002927b commit fac26c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: tests/test_kernels/pie/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ edition = "2018"
66

77
[dependencies]
88
bootloader = { path = "../../.." }
9-
x86_64 = { version = "0.13.2", default-features = false, features = ["instructions", "inline_asm"] }
9+
x86_64 = { version = "0.14.7", default-features = false, features = ["instructions", "inline_asm"] }
1010
uart_16550 = "0.2.10"

0 commit comments

Comments
 (0)