diff --git a/rust-toolchain b/rust-toolchain index 07ade694..5951a259 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly \ No newline at end of file +nightly-2024-01-01 diff --git a/xernel/kernel/Cargo.toml b/xernel/kernel/Cargo.toml index 68797ff9..2a21aa61 100644 --- a/xernel/kernel/Cargo.toml +++ b/xernel/kernel/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/anubis-rs/xernel" license = "MIT OR Apache-2.0" [dependencies] -limine = { git = "https://github.com/limine-bootloader/limine-rs" } +limine = "0.1.12" x86_64 = { git = "https://github.com/rust-osdev/x86_64" } acpi_parsing = { package = "acpi", version = "4.1.1" } libxernel = { path = "../../crates/libxernel", features = ["kernel"] }