Switch to forked pic8259 crate to fix nightly build error

This commit is contained in:
Philipp Oppermann
2021-05-17 12:39:57 +02:00
parent ad4b2a2e64
commit 3aa979ebe0
3 changed files with 7 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ volatile = "0.2.6"
spin = "0.5.2"
x86_64 = "0.14.2"
uart_16550 = "0.2.0"
pic8259_simple = "0.2.0"
pic8259 = "0.10.1"
pc-keyboard = "0.5.0"
[dependencies.lazy_static]