Skip to content

Commit 2b6ed74

Browse files
build: Bump x86_64 from 0.15.1 to 0.15.2
Bumps [x86_64](https://github.com/rust-osdev/x86_64) from 0.15.1 to 0.15.2. - [Changelog](https://github.com/rust-osdev/x86_64/blob/master/Changelog.md) - [Commits](rust-osdev/x86_64@v0.15.1...v0.15.2) --- updated-dependencies: - dependency-name: x86_64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 723dfbb commit 2b6ed74

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
@@ -40,7 +40,7 @@ chrono = { version = "0.4", default-features = false }
4040

4141
[target.'cfg(target_arch = "x86_64")'.dependencies]
4242
uart_16550 = "0.3.2"
43-
x86_64 = "0.15.1"
43+
x86_64 = "0.15.2"
4444

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

0 commit comments

Comments
 (0)