Update x86_64 crate to 0.1.2

This commit is contained in:
Philipp Oppermann
2017-04-13 19:35:19 +02:00
parent df048c9922
commit 9f0995c4b7
2 changed files with 2 additions and 2 deletions

View File

@@ -848,7 +848,7 @@ So to fix our `unmap` function, we need to remove the cached translation from th
```toml
[dependencies]
...
x86_64 = "0.1.0"
x86_64 = "0.1.2"
```
Now we can use it to fix `unmap`: