Use cooked-waker crate for creating wakers

This commit is contained in:
Philipp Oppermann
2020-03-22 17:24:58 +01:00
parent 2772abc8eb
commit 0186f65ece
3 changed files with 98 additions and 28 deletions

View File

@@ -21,6 +21,7 @@ uart_16550 = "0.2.0"
pic8259_simple = "0.1.1"
pc-keyboard = "0.5.0"
linked_list_allocator = "0.8.0"
cooked-waker = "1.0.2"
[dependencies.lazy_static]
version = "1.0"