Skip to content

Commit a689ee0

Browse files
committed
Cargo: Update x86_64 from 0.11 to 0.12
The recent version of Rust cannot build x86_64 crate v0.11 because it does not allow function pointers in constant functions[1]. This commit updates the version to fix the build error. [1] rust-lang/rust#57563 Signed-off-by: Akira Moroo <[email protected]>
1 parent 2f1f492 commit a689ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ integration_tests = []
2626

2727
[dependencies]
2828
bitflags = "1.2"
29-
x86_64 = "0.11"
29+
x86_64 = "0.12"
3030
atomic_refcell = "0.1"
3131
r-efi = "2.1.0"
3232
uart_16550 = "0.2.7"

0 commit comments

Comments
 (0)