Skip to content

Commit 4973fe0

Browse files
authored
Merge pull request #14 from rust-osdev/update-x86_64
Update x86_64 dependency and make it more robust
2 parents 4cab9ad + 9ad4663 commit 4973fe0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ edition = "2018"
99

1010
[dependencies]
1111
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"] }
1313

1414
[features]
1515
default = [ "nightly" ]
1616
stable = [ "x86_64/external_asm" ]
17-
nightly = [ "x86_64/nightly" ]
17+
nightly = [ "x86_64/inline_asm" ]
1818

1919
[package.metadata.release]
2020
no-dev-version = true

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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))

0 commit comments

Comments
 (0)