Skip to content

Commit

Permalink
build(deps): bump uart_16550 from 0.2.19 to 0.3.0
Browse files Browse the repository at this point in the history
Bumps [uart_16550](https://github.com/rust-osdev/uart_16550) from 0.2.19 to 0.3.0.
- [Changelog](https://github.com/rust-osdev/uart_16550/blob/master/Changelog.md)
- [Commits](rust-osdev/uart_16550@v0.2.19...v0.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent 474927a commit a62f722
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
26 changes: 23 additions & 3 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 @@ -18,7 +18,7 @@ fc = []
multiboot = "0.8"

[target.'cfg(target_arch = "x86_64")'.dependencies]
uart_16550 = "0.2"
uart_16550 = "0.3"
x86_64 = { version = "0.14", default-features = false }

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

0 comments on commit a62f722

Please sign in to comment.