Skip to content

Commit ef5bd75

Browse files
build: Bump x86_64 from 0.15.3 to 0.15.4
Bumps [x86_64](https://github.com/rust-osdev/x86_64) from 0.15.3 to 0.15.4. - [Changelog](https://github.com/rust-osdev/x86_64/blob/master/Changelog.md) - [Commits](rust-osdev/x86_64@v0.15.3...v0.15.4) --- updated-dependencies: - dependency-name: x86_64 dependency-version: 0.15.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e98784 commit ef5bd75

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

0 commit comments

Comments
 (0)