Skip to content

Commit

Permalink
chore(deps): bump x86_64 from 0.14.10 to 0.14.11
Browse files Browse the repository at this point in the history
Bumps [x86_64](https://github.com/rust-osdev/x86_64) from 0.14.10 to 0.14.11.
- [Changelog](https://github.com/rust-osdev/x86_64/blob/master/Changelog.md)
- [Commits](rust-osdev/x86_64@v0.14.10...v0.14.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 27, 2023
1 parent ae8fc93 commit fd76a69
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 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
Expand Up @@ -24,4 +24,4 @@ uart_16550 = "0.2.18"
elf = { version = "0.7.2", default-features = false }

[target.'cfg(target_arch="x86_64")'.dependencies]
x86_64 = "0.14.10"
x86_64 = "0.14.11"
2 changes: 1 addition & 1 deletion oro-kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ volatile = "0.4.6"
buddy_system_allocator = { version = "0.9.0", features = ["use_spin", "spin", "const_fn"] }

[target.'cfg(target_arch="x86_64")'.dependencies]
x86_64 = "0.14.10"
x86_64 = "0.14.11"
uart_16550 = "0.2.18"
oro-arch-x64 = { path = "../oro-arch-x64" }

Expand Down

0 comments on commit fd76a69

Please sign in to comment.