Skip to content

Commit

Permalink
workspace: metadata fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Sep 17, 2024
1 parent c82de76 commit 7cf9f17
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions multiboot2-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- dependency updates
- **Breaking:** MSRV is now 1.75
- misc metadata fixes

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

Expand Down
2 changes: 1 addition & 1 deletion multiboot2-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords = [
"Multiboot2"
]
readme = "README.md"
homepage = "https://github.com/rust-osdev/multiboot2"
homepage = "https://github.com/rust-osdev/multiboot2/tree/main/multiboot2-common"
repository = "https://github.com/rust-osdev/multiboot2"
documentation = "https://docs.rs/multiboot2-common"
rust-version = "1.75"
Expand Down
1 change: 1 addition & 0 deletions multiboot2-header/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- dependency updates
- **Breaking:** MSRV is now 1.75
- misc metadata fixes

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

Expand Down
1 change: 1 addition & 0 deletions multiboot2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- `BootdevTag`
- `NetworkTag`
- `BootInformation::tags` iterator is now public
- misc metadata fixes

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

Expand Down
2 changes: 1 addition & 1 deletion multiboot2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ keywords = [
# without this, sometimes crates.io doesn't show the preview of the README
# I expeciended this multiple times in the past
readme = "README.md"
homepage = "https://github.com/rust-osdev/multiboot2"
homepage = "https://github.com/rust-osdev/multiboot2/tree/main/multiboot2"
repository = "https://github.com/rust-osdev/multiboot2"
documentation = "https://docs.rs/multiboot2"
rust-version = "1.75"
Expand Down

0 comments on commit 7cf9f17

Please sign in to comment.