Update x86_64 to version 0.2.6

This commit is contained in:
Philipp Oppermann
2018-06-18 20:45:12 +02:00
parent 22bf95ac19
commit deaf48e319
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ version = "0.2.0"
spin = "0.4.6"
volatile = "0.2.3"
uart_16550 = "0.1.0"
x86_64 = "0.2.4"
x86_64 = "0.2.6"
[dependencies.lazy_static]
version = "1.0"

View File

@@ -199,7 +199,7 @@ To write to the I/O port, we use the [`x86_64`] crate:
# in Cargo.toml
[dependencies]
x86_64 = "0.2.4"
x86_64 = "0.2.6"
```
```rust