Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump limine from 0.1.11 to 0.1.12 #29

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): bump limine from 0.1.11 to 0.1.12
Bumps [limine](https://github.com/limine-bootloader/limine-rs) from 0.1.11 to 0.1.12.
- [Changelog](https://github.com/limine-bootloader/limine-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/limine-bootloader/limine-rs/commits)

---
updated-dependencies:
- dependency-name: limine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jan 8, 2024
commit 2b74b5ef4cfe3e26eb8a036b7bfb1b005a7ed6d3
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion oro-boot-limine-x64/Cargo.toml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ bench = false
oro-arch-x64 = { path = "../oro-arch-x64" }
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
spin = "0.9.8"
limine = "0.1.11"
limine = "0.1.12"
uart_16550 = "0.2.18"
elf = { version = "0.7.2", default-features = false }