Update to x86_64 0.4.0

This commit is contained in:
Philipp Oppermann
2019-01-27 14:11:16 +01:00
parent dc86c88be5
commit 2cbe44ecef
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ bootloader = "0.3.12"
spin = "0.4.9" spin = "0.4.9"
volatile = "0.2.3" volatile = "0.2.3"
uart_16550 = "0.1.0" uart_16550 = "0.1.0"
x86_64 = "0.3.5" x86_64 = "0.4.0"
pic8259_simple = "0.1.1" pic8259_simple = "0.1.1"
pc-keyboard = "0.3.1" pc-keyboard = "0.3.1"

View File

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