Skip to content

Commit

Permalink
bump limine to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6D70 committed Jan 23, 2024
1 parent d4a645d commit 89b77b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ fn build(sh: &Shell, rl: bool, mut args: Arguments) -> Result<()> {
cmd!(
sh,
"git clone https://github.com/limine-bootloader/limine.git
--branch=v5.x-branch-binary
--branch=v6.x-branch-binary
--depth=1"
)
.run()?;
Expand Down

0 comments on commit 89b77b6

Please sign in to comment.