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

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