Skip to content

Commit a329e06

Browse files
build: Bump uart_16550 from 0.3.1 to 0.3.2
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] <support@github.com>
1 parent aebc3b0 commit a329e06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -39,7 +39,7 @@ fdt = "0.1.5"
3939
chrono = { version = "0.4", default-features = false }
4040

4141
[target.'cfg(target_arch = "x86_64")'.dependencies]
42-
uart_16550 = "0.3.1"
42+
uart_16550 = "0.3.2"
4343
x86_64 = "0.15.1"
4444

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

0 commit comments

Comments
 (0)