File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 20
20
name : build (msrv)
21
21
uses : ./.github/workflows/_build-rust.yml
22
22
with :
23
- rust-version : 1.68 .0 # MSRV
23
+ rust-version : 1.69 .0 # MSRV
24
24
do-style-check : false
25
25
features : builder
26
26
46
46
needs : build_msrv
47
47
uses : ./.github/workflows/_build-rust.yml
48
48
with :
49
- rust-version : 1.68 .0 # MSRV
49
+ rust-version : 1.69 .0 # MSRV
50
50
do-style-check : false
51
51
rust-target : thumbv7em-none-eabihf
52
52
features : builder
@@ -103,7 +103,7 @@ jobs:
103
103
needs : build_msrv
104
104
uses : ./.github/workflows/_build-rust.yml
105
105
with :
106
- rust-version : 1.68 .0 # MSRV
106
+ rust-version : 1.69 .0 # MSRV
107
107
do-style-check : true
108
108
do-test : false
109
109
features : builder
Original file line number Diff line number Diff line change 1
1
# CHANGELOG for crate ` multiboot2 `
2
2
3
3
## 0.19.0 (2023-09-XX)
4
+ - ** BREAKING** MSRV is 1.69.0
4
5
- ** BREAKING** ` TagTrait::get_dst_str_slice ` renamed to
5
6
` TagTrait::parse_slice_as_string ` and now returns ` Result<&str, StringError> `
6
7
- ** BREAKING** ` BootLoaderNameTag::name ` now returns ` Result<&str, StringError> `
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ other fields | variable
38
38
All tags and the mbi itself are 8-byte aligned. The last tag must be the _ end tag_ , which is a tag of type ` 0 ` and size ` 8 ` .
39
39
40
40
## MSRV
41
- The MSRV is 1.68 .0 stable.
41
+ The MSRV is 1.69 .0 stable.
42
42
43
43
## License & Contribution
44
44
Original file line number Diff line number Diff line change 33
33
//! ```
34
34
//!
35
35
//! ## MSRV
36
- //! The MSRV is 1.68 .0 stable.
36
+ //! The MSRV is 1.69 .0 stable.
37
37
38
38
#[ cfg( feature = "builder" ) ]
39
39
extern crate alloc;
You can’t perform that action at this time.
0 commit comments