Skip to content

Commit c3fdded

Browse files
Bump bootloader from 0.9.29 to 0.9.33
Bumps [bootloader](https://github.com/rust-osdev/bootloader) from 0.9.29 to 0.9.33. - [Release notes](https://github.com/rust-osdev/bootloader/releases) - [Changelog](https://github.com/rust-osdev/bootloader/blob/v0.9.33/Changelog.md) - [Commits](rust-osdev/bootloader@v0.9.29...v0.9.33) --- updated-dependencies: - dependency-name: bootloader dependency-version: 0.9.33 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7692b7f commit c3fdded

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
@@ -30,7 +30,7 @@ num = { version = "0.4", default-features = false }
3030
num-derive = "0.4"
3131

3232
[target.'cfg(target_arch = "x86_64")'.dependencies.bootloader]
33-
version = "0.9.29"
33+
version = "0.9.33"
3434
default-features = false
3535
features = ["recursive_page_table"]
3636

0 commit comments

Comments
 (0)