File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ edition = "2018"
9
9
10
10
[dependencies ]
11
11
bitflags = " 1.1.0"
12
- x86_64 = { version = " 0.13.2 " , default-features = false , features = [" instructions" ] }
12
+ x86_64 = { version = " 0.14.0 " , default-features = false , features = [" instructions" ] }
13
13
14
14
[features ]
15
15
default = [ " nightly" ]
16
16
stable = [ " x86_64/external_asm" ]
17
- nightly = [ " x86_64/nightly " ]
17
+ nightly = [ " x86_64/inline_asm " ]
18
18
19
19
[package .metadata .release ]
20
20
no-dev-version = true
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ - Update x86_64 dependency and make it more robust ([ #14 ] ( https://github.com/rust-osdev/uart_16550/pull/14 ) )
4
+
3
5
# 0.2.12 – 2021-02-02
4
6
5
7
- Fix build on nightly by updating to x86_64 v0.13.2 ([ #12 ] ( https://github.com/rust-osdev/uart_16550/pull/12 ) )
You can’t perform that action at this time.
0 commit comments