Update to x86_64 0.2.8: The Idt type was renamed to InterruptDescriptorTable

This commit is contained in:
Philipp Oppermann
2018-07-14 14:32:33 +02:00
parent 3faa0cfcad
commit 0f07341dea
8 changed files with 68 additions and 68 deletions

View File

@@ -200,7 +200,7 @@ To write to the I/O port, we use the [`x86_64`] crate:
# in Cargo.toml
[dependencies]
x86_64 = "0.2.6"
x86_64 = "0.2.8"
```
```rust