File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
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.56.1
23+ rust-version : 1.68.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.56.1
49+ rust-version : 1.68.0 # MSRV
5050 do-style-check : false
5151 rust-target : thumbv7em-none-eabihf
5252 features : builder
@@ -102,7 +102,7 @@ jobs:
102102 needs : build_msrv
103103 uses : ./.github/workflows/_build-rust.yml
104104 with :
105- rust-version : 1.56.1
105+ rust-version : 1.68.0 # MSRV
106106 do-style-check : true
107107 do-test : false
108108 features : builder
Original file line number Diff line number Diff line change @@ -26,6 +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.60"
2930
3031[[example ]]
3132name = " minimal"
Original file line number Diff line number Diff line change 11# CHANGELOG for crate ` multiboot2-header `
22
33## Unreleased
4- - MSRV is 1.56.1
4+ - MSRV is 1.68.0
55- renamed the ` std ` feature to ` alloc `
66- added the optional ` unstable ` feature (requires nightly)
77 - implement ` core::error::Error ` for ` LoadError `
Original file line number Diff line number Diff line change @@ -31,6 +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.60"
3435
3536[features ]
3637default = [" builder" ]
Original file line number Diff line number Diff line change 1313 ` uefi_raw::table::boot::MemoryDescriptor `
1414- ` EFIMemoryAreaType ` was removed and is now an alias of
1515 ` uefi_raw::table::boot::MemoryType `
16+ - MSRV is 1.68.0
1617
1718## 0.15.1 (2023-03-18)
1819- ** BREAKING** ` MemoryMapTag::all_memory_areas() ` was renamed to ` memory_areas `
You can’t perform that action at this time.
0 commit comments