Skip to content

Commit b11cba6

Browse files
Update bootloader requirement from 0.9.18 to 0.10.13
Updates the requirements on [bootloader](https://github.com/rust-osdev/bootloader) to permit the latest version. - [Release notes](https://github.com/rust-osdev/bootloader/releases) - [Changelog](https://github.com/rust-osdev/bootloader/blob/v0.9.23/Changelog.md) - [Commits](rust-osdev/bootloader@v0.9.18...v0.9.23) --- updated-dependencies: - dependency-name: bootloader dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e198e81 commit b11cba6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ usbd = { path = "drivers/usbd/" }
113113
vfs = { path = "fs/vfs/" }
114114

115115
[target.'cfg(target_arch = "x86_64")'.dependencies]
116-
bootloader = "0.9.18"
116+
bootloader = "0.11.2"
117117
kb_mouse = { path = "drivers/input/mouse/kb_mouse/" }
118118
lba = { path = "drivers/storage/lba/" }
119119
libwin = { path = "lib/libwin/" }

arch/x86_64/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88

99
[dependencies]
1010
# amd64_timer = "1.3.0"
11-
bootloader = { version = "0.9.18", features = ["map_physical_memory"] }
11+
bootloader = { version = "0.11.2", features = ["map_physical_memory"] }
1212
dif = "0.1.1"
1313
# init = { path = "../../init/" }
1414
# kinfo = { path = "../../kernel/kinfo/" }

0 commit comments

Comments
 (0)