Skip to content

Commit 2c87f31

Browse files
Update examples/basic/kernel/Cargo.toml
Co-authored-by: Tom Dohrmann <Erbse.13@gmx.de>
1 parent ab34e1d commit 2c87f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/kernel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ edition = "2024"
66
[dependencies]
77
bootloader_api = "0.11.12"
88
uart_16550 = "0.4.0"
9-
x86_64 = { version = "0.15.2", features = ["instructions"] }
9+
x86_64 = "0.15.2"

0 commit comments

Comments
 (0)