Skip to content

Commit a5f057c

Browse files
committed
Update one integration test to use the cfg(target_arch = "x86_64") syntax
1 parent 1b3c290 commit a5f057c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Philipp Oppermann <[email protected]>"]
55
edition = "2018"
66

7-
[dependencies]
7+
[target.'cfg(target_arch = "x86_64")'.dependencies]
88
bootloader = { path = "../../.." }
99
x86_64 = { version = "0.13.2", default-features = false, features = ["instructions", "inline_asm"] }
1010
uart_16550 = "0.2.10"

0 commit comments

Comments
 (0)