Update x86_64 version in Testing post

This commit is contained in:
Philipp Oppermann
2019-12-11 16:36:27 +01:00
parent 78ce5f3e6e
commit f02e3a23ee

View File

@@ -172,7 +172,7 @@ Instead of manually invoking the `in` and `out` assembly instructions, we use th
# in Cargo.toml
[dependencies]
x86_64 = "0.7.5"
x86_64 = "0.8.1"
```
Now we can use the [`Port`] type provided by the crate to create an `exit_qemu` function: