Skip to content

Commit 50ecf2e

Browse files
authored
Merge pull request #2 from littledivy/update-deps
update x86_64 to 0.14.2
2 parents 9ed7a28 + 6d62c78 commit 50ecf2e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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.13"
21+
x86_64 = "0.14.2"

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
33
#![no_std]
44
#![warn(missing_docs)]
5-
#![feature(const_fn)]
65
#![feature(const_fn_fn_ptr_basics)]
76

87
use bitflags::bitflags;

0 commit comments

Comments
 (0)