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"
99
1010[dependencies ]
1111bitflags = " 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" ] }
1313
1414[features ]
1515default = [ " nightly" ]
1616stable = [ " x86_64/external_asm" ]
17- nightly = [ " x86_64/nightly " ]
17+ nightly = [ " x86_64/inline_asm " ]
1818
1919[package .metadata .release ]
2020no-dev-version = true
Original file line number Diff line number Diff line change 11# Unreleased
22
3+ - Update x86_64 dependency and make it more robust ([ #14 ] ( https://github.com/rust-osdev/uart_16550/pull/14 ) )
4+
35# 0.2.12 – 2021-02-02
46
57- 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