diff --git a/testing/Cargo.toml b/testing/Cargo.toml index a5f8b6e..124f0d6 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -5,8 +5,7 @@ authors = ["Ryan Kennedy "] edition = "2018" [dependencies] -# TODO: Move back to crate when vga mapping is merged in. -bootloader = { git = "https://github.com/RKennedy9064/bootloader", branch = "vga-mappings", features = ["map_physical_memory"] } +bootloader = { version = "0.9.0", features = ["map_physical_memory"] } conquer-once = { version = "0.2.0", default-features = false } spinning_top = { version = "0.1.0", features = ["nightly"] } pic8259_simple = "0.1.1"