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 20
20
name : build (msrv)
21
21
uses : ./.github/workflows/_build-rust.yml
22
22
with :
23
- rust-version : 1.70 .0 # MSRV
23
+ rust-version : 1.75 .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.70 .0 # MSRV
49
+ rust-version : 1.75 .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.70 .0 # MSRV
106
+ rust-version : 1.75 .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 @@ -26,7 +26,7 @@ readme = "README.md"
26
26
homepage = " https://github.com/rust-osdev/multiboot2-header"
27
27
repository = " https://github.com/rust-osdev/multiboot2"
28
28
documentation = " https://docs.rs/multiboot2-header"
29
- rust-version = " 1.70 "
29
+ rust-version = " 1.75 "
30
30
31
31
[[example ]]
32
32
name = " minimal"
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ - updated dependencies
6
+ - MSRV is 1.75
7
+
5
8
## 0.4.0 (2024-05-01)
6
9
7
10
- added ` EndHeaderTag::default() `
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ bytes of the ELF. See Multiboot2 specification.
77
77
78
78
## MSRV
79
79
80
- The MSRV is 1.70 .0 stable.
80
+ The MSRV is 1.75 .0 stable.
81
81
82
82
## License & Contribution
83
83
Original file line number Diff line number Diff line change 34
34
//!
35
35
//! ## MSRV
36
36
//!
37
- //! The MSRV is 1.70 .0 stable.
37
+ //! The MSRV is 1.75 .0 stable.
38
38
39
39
#![ no_std]
40
40
#![ 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"
31
31
homepage = " https://github.com/rust-osdev/multiboot2"
32
32
repository = " https://github.com/rust-osdev/multiboot2"
33
33
documentation = " https://docs.rs/multiboot2"
34
- rust-version = " 1.70 "
34
+ rust-version = " 1.75 "
35
35
36
36
[features ]
37
37
default = [" builder" ]
Original file line number Diff line number Diff line change 1
1
# CHANGELOG for crate ` multiboot2 `
2
2
3
+ ## Unreleased
4
+
5
+ - updated dependencies
6
+ - MSRV is 1.75
7
+
3
8
## 0.20.2 (2024-05-26)
4
9
5
10
- 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`.
45
45
46
46
## MSRV
47
47
48
- The MSRV is 1.70 .0 stable.
48
+ The MSRV is 1.75 .0 stable.
49
49
50
50
## License & Contribution
51
51
Original file line number Diff line number Diff line change 33
33
//! ```
34
34
//!
35
35
//! ## MSRV
36
- //! The MSRV is 1.70 .0 stable.
36
+ //! The MSRV is 1.75 .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