Skip to content

Commit 39d6fb4

Browse files
committed
Remove duplicated item
1 parent 014aca6 commit 39d6fb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/this-month/2021-09/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ It is now part of a workspace and lives next to the new crate `multiboot2-header
4545
The following changes were merged this month:
4646

4747
- [Code style improvements + optional CI job (clippy, rustfmt, rustdoc)](https://github.com/rust-osdev/multiboot2/pull/92)
48-
- [editorconfig file](https://github.com/rust-osdev/multiboot2/pull/93)
4948
- [std in tests; hash for TagType](https://github.com/rust-osdev/multiboot2/pull/94)
5049
- [editorconfig file](https://github.com/rust-osdev/multiboot2/pull/93)
5150
- [prepared cargo workspace, as discussed in PR #79](https://github.com/rust-osdev/multiboot2/pull/86)
@@ -54,11 +53,13 @@ The changes were published as <span class="gray">`v0.12.2`</span>.
5453

5554

5655
### [`multboot2-header`](https://github.com/rust-osdev/multiboot2) (**new**)
56+
5757
The `multiboot2-header` crate provides abstraction types for the Multiboot2 header
5858
and a builder struct to construct these headers. The corresponding repository was
5959
prepared ([#86](https://github.com/rust-osdev/multiboot2/pull/86)) and the initial release
6060
is expected in early October. See [#95](https://github.com/rust-osdev/multiboot2/pull/95) for more details.
6161

62+
6263
## Call for Participation
6364

6465
Want to contribute to a Rust OSDev project, but don't know where to start? Pick up one of these outstanding

0 commit comments

Comments
 (0)