Skip to content

Commit 4ab994f

Browse files
build: Bump x86_64 from 0.14.10 to 0.14.11
Bumps [x86_64](https://github.com/rust-osdev/x86_64) from 0.14.10 to 0.14.11. - [Changelog](https://github.com/rust-osdev/x86_64/blob/master/Changelog.md) - [Commits](rust-osdev/x86_64@v0.14.10...v0.14.11) --- updated-dependencies: - dependency-name: x86_64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ebdec0 commit 4ab994f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 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
@@ -39,7 +39,7 @@ chrono = { version = "0.4", default-features = false }
3939

4040
[target.'cfg(target_arch = "x86_64")'.dependencies]
4141
uart_16550 = "0.3.0"
42-
x86_64 = "0.14.10"
42+
x86_64 = "0.14.11"
4343

4444
[target.'cfg(target_arch = "riscv64")'.dependencies]
4545
chrono = { version = "0.4", default-features = false }

0 commit comments

Comments
 (0)