Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6D70 committed Feb 21, 2024
1 parent c6c55e4 commit ba8a54d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly
nightly-2024-01-01
2 changes: 1 addition & 1 deletion xernel/kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit ba8a54d

Please sign in to comment.