Update x86_64, volatile, and spin dependencies

This commit is contained in:
Philipp Oppermann
2019-09-11 13:30:44 +02:00
parent 1fc00669a6
commit bc738c8afc
2 changed files with 3 additions and 3 deletions

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.0"
x86_64 = "0.7.5"
```
Now we can use the [`Port`] type provided by the crate to create an `exit_qemu` function: