Skip to content

Commit

Permalink
build: Bump uart_16550 from 0.3.1 to 0.3.2
Browse files Browse the repository at this point in the history
Bumps [uart_16550](https://github.com/rust-osdev/uart_16550) from 0.3.1 to 0.3.2.
- [Changelog](https://github.com/rust-osdev/uart_16550/blob/master/Changelog.md)
- [Commits](rust-osdev/uart_16550@v0.3.1...v0.3.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cloud-hypervisor-bot committed Nov 14, 2024
1 parent aebc3b0 commit a329e06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fdt = "0.1.5"
chrono = { version = "0.4", default-features = false }

[target.'cfg(target_arch = "x86_64")'.dependencies]
uart_16550 = "0.3.1"
uart_16550 = "0.3.2"
x86_64 = "0.15.1"

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

0 comments on commit a329e06

Please sign in to comment.