Skip to content

Commit c7eb09a

Browse files
dependabot[bot]retrage
authored andcommitted
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 10e0473 commit c7eb09a

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 = { version = "0.15.1", default-features = false, features = [
43+
x86_64 = { version = "0.15.2", default-features = false, features = [
4444
"instructions",
4545
] }
4646

0 commit comments

Comments
 (0)