We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31fb05a + a310ec5 commit e3f45c2Copy full SHA for e3f45c2
Cargo.toml
@@ -9,7 +9,7 @@ edition = "2018"
9
10
[dependencies]
11
bitflags = "1.1.0"
12
-x86_64 = { version = "0.12.2", default-features = false, features = ["instructions"] }
+x86_64 = { version = "0.13.2", default-features = false, features = ["instructions"] }
13
14
[features]
15
default = [ "nightly" ]
Changelog.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+- Fix build on nightly by updating to x86_64 v0.13.2 ([#12](https://github.com/rust-osdev/uart_16550/pull/12))
4
+
5
# 0.2.11 – 2021-01-15
6
7
- Use stabilized `hint::spin_loop` instead of deprecated `atomic::spin_loop_hint`
0 commit comments