diff --git a/Cargo.toml b/Cargo.toml index f675c64..afe503c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["greg "] edition = "2018" [dependencies] -bootloader = "0.6.0" +bootloader = "0.6.4" volatile = "0.2.6" spin = "0.5.0" x86_64 = "0.7.2"