mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Update x86_64 crate to 0.1.2
This commit is contained in:
@@ -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`:
|
||||
|
||||
Reference in New Issue
Block a user