Skip to content

Commit

Permalink
build(deps): bump x86_64 from 0.14.12 to 0.15.0
Browse files Browse the repository at this point in the history
Bumps [x86_64](https://github.com/rust-osdev/x86_64) from 0.14.12 to 0.15.0.
- [Changelog](https://github.com/rust-osdev/x86_64/blob/master/Changelog.md)
- [Commits](rust-osdev/x86_64@v0.14.12...v0.15.0)

---
updated-dependencies:
- dependency-name: x86_64
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent af5deff commit 8bacfa0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ features = [
multiboot = "0.8"
uart_16550 = "0.3"
x86 = { version = "0.52", default-features = false }
x86_64 = "0.14"
x86_64 = "0.15"
qemu-exit = "3.0"

[target.'cfg(target_arch = "aarch64")'.dependencies]
Expand Down

0 comments on commit 8bacfa0

Please sign in to comment.