Update x86_64 to version 0.3.5

This commit is contained in:
Philipp Oppermann
2019-01-10 14:31:57 +01:00
parent 62f7cfb82b
commit c1009715de
3 changed files with 26 additions and 3 deletions

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.8"
x86_64 = "0.3.5"
```
```rust