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.
1 parent 38d58b2 commit 7faedcaCopy full SHA for 7faedca
Cargo.toml
@@ -9,7 +9,7 @@ edition = "2018"
9
10
[dependencies]
11
bitflags = "1.1.0"
12
-x86_64 = { version = "0.10.2", default-features = false }
+x86_64 = { version = "0.11.0", default-features = false }
13
14
[features]
15
default = [ "nightly" ]
Changelog.md
@@ -1,3 +1,5 @@
1
+- Update `x86_64` dependency to version `0.11.0`
2
+
3
# 0.2.6
4
5
- Use `spin_loop_hint` while waiting for data ([#9](https://github.com/rust-osdev/uart_16550/pull/9))
0 commit comments