Skip to content

Commit 01d4622

Browse files
Updated dependency version
Updated `bootloader` dependency version, matching the blog post https://os.phil-opp.com/minimal-rust-kernel/#printing-to-screen
1 parent 8f3d619 commit 01d4622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ First you need to add a dependency on the [`bootloader`](https://github.com/rust
1616
# in your Cargo.toml
1717

1818
[dependencies]
19-
bootloader = "0.6.4"
19+
bootloader = "0.9.8"
2020
```
2121

2222
**Note**: At least bootloader version `0.5.1` is required since `bootimage 0.7.0`. For earlier bootloader versions, use `bootimage 0.6.6`.

0 commit comments

Comments
 (0)