Skip to content

Commit 2c09a51

Browse files
kernel: make use of the github limine
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
1 parent 9bf9ce4 commit 2c09a51

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/aero_kernel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ uapi = { path = "../uapi" }
4242
cpio_reader = { git = "https://github.com/Andy-Python-Programmer/cpio_reader" }
4343
static_assertions = "1.1.0"
4444

45-
limine = { path = "../../../limine-rs" }
45+
limine = { git = "https://github.com/limine-bootloader/limine-rs" }
4646

4747
[dependencies.vte]
4848
git = "https://github.com/Andy-Python-Programmer/vte"

0 commit comments

Comments
 (0)