Skip to content

Commit b6dda27

Browse files
committed
Changelog update
1 parent d5d9037 commit b6dda27

File tree

5 files changed

+4
-18
lines changed

5 files changed

+4
-18
lines changed

Cargo.lock

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

integration-test/bins/Cargo.lock

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

multiboot2-header/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ unstable = []
4141

4242
[dependencies]
4343
derive_more.workspace = true
44-
multiboot2 = { version = "0.20.0", default-features = false }
44+
multiboot2 = { version = "0.21.0", default-features = false }
4545

4646
[package.metadata.docs.rs]
4747
all-features = true

multiboot2-header/Changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44

55
- **Breaking** All functions that returns something useful are now `#[must_use]`
6+
- Updated to latest `multiboot2` dependency
67

78
## 0.4.0 (2024-05-01)
89

multiboot2/Changelog.md

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ contain UB. However, it is never clear how UB results in immediate incorrect
1717
behaviour and it _might_ work. **Nevertheless, please migrate to the latest
1818
release and you'll be fine!**
1919

20-
All previous releases on crates.io have been yanked.
21-
2220
- **Breaking:** All functions that returns something useful are
2321
now `#[must_use]`
2422
- **Breaking:** More public fields in tags were replaced by public getters, such

0 commit comments

Comments
 (0)