Skip to content

Commit 33b8ce6

Browse files
committed
Add a package.metadata.bootloader.target key to the Cargo.toml
1 parent 1052e71 commit 33b8ce6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@ panic = "abort"
3939
lto = false
4040
debug = true
4141

42+
[package.metadata.bootloader]
43+
target = "x86_64-bootloader.json"
44+
4245
[package.metadata.docs.rs]
4346
features = [ "recursive_page_table", "map_physical_memory" ]

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- Add a `package.metadata.bootloader.target` key to the Cargo.toml that can be used by tools such as `bootimage`.
2+
13
# 0.5.0
24

35
## Breaking

0 commit comments

Comments
 (0)