Skip to content

Commit d05835f

Browse files
build: Bump uart_16550 from 0.2.19 to 0.3.0
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] <support@github.com>
1 parent 1a953d0 commit d05835f

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

Cargo.lock

Lines changed: 23 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fdt = "0.1.5"
3838
chrono = { version = "0.4", default-features = false }
3939

4040
[target.'cfg(target_arch = "x86_64")'.dependencies]
41-
uart_16550 = "0.2.19"
41+
uart_16550 = "0.3.0"
4242
x86_64 = "0.14.10"
4343

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

0 commit comments

Comments
 (0)