Skip to content

Commit 3ce9e31

Browse files
committed
workspace: metadata fixes
1 parent 93cec3c commit 3ce9e31

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

multiboot2-common/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- dependency updates
66
- **Breaking:** MSRV is now 1.75
7+
- misc metadata fixes
78

89
## v0.1.2 (2024-08-24)
910

multiboot2-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords = [
1717
"Multiboot2"
1818
]
1919
readme = "README.md"
20-
homepage = "https://github.com/rust-osdev/multiboot2"
20+
homepage = "https://github.com/rust-osdev/multiboot2/tree/main/multiboot2-common"
2121
repository = "https://github.com/rust-osdev/multiboot2"
2222
documentation = "https://docs.rs/multiboot2-common"
2323
rust-version = "1.75"

multiboot2-header/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- dependency updates
66
- **Breaking:** MSRV is now 1.75
7+
- misc metadata fixes
78

89
## v0.5.1 (2024-08-24)
910

multiboot2/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- `ApmTag`
99
- `BootdevTag`
1010
- `NetworkTag`
11+
- misc metadata fixes
1112

1213
## v0.22.2 (2024-08-24)
1314

multiboot2/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ keywords = [
2929
# without this, sometimes crates.io doesn't show the preview of the README
3030
# I expeciended this multiple times in the past
3131
readme = "README.md"
32-
homepage = "https://github.com/rust-osdev/multiboot2"
32+
homepage = "https://github.com/rust-osdev/multiboot2/tree/main/multiboot2"
3333
repository = "https://github.com/rust-osdev/multiboot2"
3434
documentation = "https://docs.rs/multiboot2"
3535
rust-version = "1.75"

0 commit comments

Comments
 (0)