File tree Expand file tree Collapse file tree 8 files changed +9
-11
lines changed Expand file tree Collapse file tree 8 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 24
24
name : build (msrv)
25
25
uses : ./.github/workflows/_build-rust.yml
26
26
with :
27
- rust-version : 1.75 .0 # MSRV
27
+ rust-version : 1.70 .0 # MSRV
28
28
do-style-check : false
29
29
features : builder
30
30
50
50
needs : build_msrv
51
51
uses : ./.github/workflows/_build-rust.yml
52
52
with :
53
- rust-version : 1.75 .0 # MSRV
53
+ rust-version : 1.70 .0 # MSRV
54
54
do-style-check : false
55
55
rust-target : thumbv7em-none-eabihf
56
56
features : builder
@@ -107,7 +107,7 @@ jobs:
107
107
needs : build_msrv
108
108
uses : ./.github/workflows/_build-rust.yml
109
109
with :
110
- rust-version : 1.75 .0 # MSRV
110
+ rust-version : 1.70 .0 # MSRV
111
111
do-style-check : true
112
112
do-test : false
113
113
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.75 "
29
+ rust-version = " 1.70 "
30
30
31
31
[[example ]]
32
32
name = " minimal"
Original file line number Diff line number Diff line change 3
3
## Unreleased
4
4
5
5
- ** Breaking** All functions that returns something useful are now ` #[must_use] `
6
- - updated dependencies
7
- - documentation enhancements
8
6
9
7
## 0.4.0 (2024-05-01)
10
8
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.75 .0 stable.
80
+ The MSRV is 1.70 .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.75 .0 stable.
37
+ //! The MSRV is 1.70 .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.75 "
34
+ rust-version = " 1.70 "
35
35
36
36
[features ]
37
37
default = [" builder" ]
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.75 .0 stable.
48
+ The MSRV is 1.70 .0 stable.
49
49
50
50
## License & Contribution
51
51
Original file line number Diff line number Diff line change 41
41
//! ```
42
42
//!
43
43
//! ## MSRV
44
- //! The MSRV is 1.75 .0 stable.
44
+ //! The MSRV is 1.70 .0 stable.
45
45
46
46
#[ cfg( feature = "builder" ) ]
47
47
extern crate alloc;
You can’t perform that action at this time.
0 commit comments