Skip to content

Commit 6ba7ae1

Browse files
build: Bump uart_16550 from 0.4.0 to 0.6.0
Bumps [uart_16550](https://github.com/rust-osdev/uart_16550) from 0.4.0 to 0.6.0. - [Release notes](https://github.com/rust-osdev/uart_16550/releases) - [Changelog](https://github.com/rust-osdev/uart_16550/blob/v0.6.0/CHANGELOG.md) - [Commits](rust-osdev/uart_16550@v0.4.0...v0.6.0) --- updated-dependencies: - dependency-name: uart_16550 dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 286a40e commit 6ba7ae1

2 files changed

Lines changed: 12 additions & 40 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 39 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.4.0"
42+
uart_16550 = "0.6.0"
4343
x86_64 = { version = "0.15.4", default-features = false, features = [
4444
"instructions",
4545
] }

0 commit comments

Comments
 (0)