Skip to content

Commit 9ed7a28

Browse files
authored
Merge pull request #1 from zhaogang92/compile-fix
Update x86_64 crate version to fix compile errors.
2 parents acada0a + e1df91b commit 9ed7a28

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
@@ -18,4 +18,4 @@ repository = "https://github.com/rust-osdev/ps2-mouse"
1818

1919
[dependencies]
2020
bitflags = "1.2.1"
21-
x86_64 = "0.12.2"
21+
x86_64 = "0.13"

0 commit comments

Comments
 (0)