File tree Expand file tree Collapse file tree 9 files changed +17
-9
lines changed Expand file tree Collapse file tree 9 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 2020 name : build (msrv)
2121 uses : ./.github/workflows/_build-rust.yml
2222 with :
23- rust-version : 1.70 .0 # MSRV
23+ rust-version : 1.75 .0 # MSRV
2424 do-style-check : false
2525 features : builder
2626
4646 needs : build_msrv
4747 uses : ./.github/workflows/_build-rust.yml
4848 with :
49- rust-version : 1.70 .0 # MSRV
49+ rust-version : 1.75 .0 # MSRV
5050 do-style-check : false
5151 rust-target : thumbv7em-none-eabihf
5252 features : builder
@@ -103,7 +103,7 @@ jobs:
103103 needs : build_msrv
104104 uses : ./.github/workflows/_build-rust.yml
105105 with :
106- rust-version : 1.70 .0 # MSRV
106+ rust-version : 1.75 .0 # MSRV
107107 do-style-check : true
108108 do-test : false
109109 features : builder
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ readme = "README.md"
2626homepage = " https://github.com/rust-osdev/multiboot2-header"
2727repository = " https://github.com/rust-osdev/multiboot2"
2828documentation = " https://docs.rs/multiboot2-header"
29- rust-version = " 1.70 "
29+ rust-version = " 1.75 "
3030
3131[[example ]]
3232name = " minimal"
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ - updated dependencies
6+ - MSRV is 1.75
7+
58## 0.4.0 (2024-05-01)
69
710- added ` EndHeaderTag::default() `
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ bytes of the ELF. See Multiboot2 specification.
7777
7878## MSRV
7979
80- The MSRV is 1.70 .0 stable.
80+ The MSRV is 1.75 .0 stable.
8181
8282## License & Contribution
8383
Original file line number Diff line number Diff line change 3434//!
3535//! ## MSRV
3636//!
37- //! The MSRV is 1.70 .0 stable.
37+ //! The MSRV is 1.75 .0 stable.
3838
3939#![ no_std]
4040#![ cfg_attr( feature = "unstable" , feature( error_in_core) ) ]
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ readme = "README.md"
3131homepage = " https://github.com/rust-osdev/multiboot2"
3232repository = " https://github.com/rust-osdev/multiboot2"
3333documentation = " https://docs.rs/multiboot2"
34- rust-version = " 1.70 "
34+ rust-version = " 1.75 "
3535
3636[features ]
3737default = [" builder" ]
Original file line number Diff line number Diff line change 11# CHANGELOG for crate ` multiboot2 `
22
3+ ## Unreleased
4+
5+ - updated dependencies
6+ - MSRV is 1.75
7+
38## 0.20.2 (2024-05-26)
49
510- fix Debug implementation of ` EfiMemoryMapTag `
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ tag_, which is a tag of type `0` and size `8`.
4545
4646## MSRV
4747
48- The MSRV is 1.70 .0 stable.
48+ The MSRV is 1.75 .0 stable.
4949
5050## License & Contribution
5151
Original file line number Diff line number Diff line change 3333//! ```
3434//!
3535//! ## MSRV
36- //! The MSRV is 1.70 .0 stable.
36+ //! The MSRV is 1.75 .0 stable.
3737
3838#[ cfg( feature = "builder" ) ]
3939extern crate alloc;
You can’t perform that action at this time.
0 commit comments