File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ derive_more.workspace = true
4747# log.workspace = true
4848
4949# used for MBI tags
50- multiboot2 = " 0.16 .0"
50+ multiboot2 = " 0.19 .0"
5151
5252[package .metadata .docs .rs ]
5353all-features = true
Original file line number Diff line number Diff line change 11# CHANGELOG for crate ` multiboot2-header `
22
3+ ## 0.4.0 (2023-09-xx)
4+ - ** BREAKING** MSRV is 1.68.0
5+ - ** BREAKING** bumped ` multiboot2 ` dependency to ` v0.19.0 `
6+
37## 0.3.0 (2023-06-23)
48- ** BREAKING** MSRV is 1.68.0
59- ** BREAKING** renamed the ` std ` feature to ` alloc `
6- - ** BREAKING** bumped dependency to ` multiboot2@ v0.16.0`
10+ - ** BREAKING** bumped ` multiboot2 ` dependency to ` v0.16.0 `
711- ** BREAKING** renamed ` MULTIBOOT2_HEADER_MAGIC ` to ` MAGIC `
812- ** BREAKING** renamed ` Multiboot2HeaderBuilder ` to ` HeaderBuilder `
913- ** BREAKING** renamed ` from_addr ` to ` load ` . The function now consumes a ptr.
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ You may need a special linker script to place this in a LOAD segment with a file
6969See specification.
7070
7171## MSRV
72- The MSRV is 1.68 .0 stable.
72+ The MSRV is 1.69 .0 stable.
7373
7474## License & Contribution
7575
Original file line number Diff line number Diff line change 3131//! ```
3232//!
3333//! ## MSRV
34- //! The MSRV is 1.68 .0 stable.
34+ //! The MSRV is 1.69 .0 stable.
3535
3636#![ no_std]
3737#![ cfg_attr( feature = "unstable" , feature( error_in_core) ) ]
You can’t perform that action at this time.
0 commit comments