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

@@ -11,7 +11,7 @@ once = "0.3.2"
rlibc = "1.0" rlibc = "1.0"
spin = "0.4.5" spin = "0.4.5"
volatile = "0.1.0" volatile = "0.1.0"
x86_64 = "0.1.0" x86_64 = "0.1.2"
[dependencies.hole_list_allocator] [dependencies.hole_list_allocator]
path = "libs/hole_list_allocator" path = "libs/hole_list_allocator"

View File

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