Skip to content

Commit e3f45c2

Browse files
authored
Merge pull request #12 from rust-osdev/fix-nightly
Fix build on nightly by updating to x86_64 v0.13.2
2 parents 31fb05a + a310ec5 commit e3f45c2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99

1010
[dependencies]
1111
bitflags = "1.1.0"
12-
x86_64 = { version = "0.12.2", default-features = false, features = ["instructions"] }
12+
x86_64 = { version = "0.13.2", default-features = false, features = ["instructions"] }
1313

1414
[features]
1515
default = [ "nightly" ]

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
- Fix build on nightly by updating to x86_64 v0.13.2 ([#12](https://github.com/rust-osdev/uart_16550/pull/12))
4+
35
# 0.2.11 – 2021-01-15
46

57
- Use stabilized `hint::spin_loop` instead of deprecated `atomic::spin_loop_hint`

0 commit comments

Comments
 (0)