File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed 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.60 "
29
+ rust-version = " 1.68 "
30
30
31
31
[[example ]]
32
32
name = " minimal"
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ You may need a special linker script to place this in a LOAD segment with a file
69
69
See specification.
70
70
71
71
## MSRV
72
- The MSRV is 1.56.1 stable.
72
+ The MSRV is 1.68.0 stable.
73
73
74
74
## License & Contribution
75
75
Original file line number Diff line number Diff line change 31
31
//! ```
32
32
//!
33
33
//! ## MSRV
34
- //! The MSRV is 1.56.1 stable.
34
+ //! The MSRV is 1.68.0 stable.
35
35
36
36
#![ no_std]
37
37
#![ 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.60 "
34
+ rust-version = " 1.68 "
35
35
36
36
[features ]
37
37
default = [" builder" ]
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ other fields | variable
37
37
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 ` .
38
38
39
39
## MSRV
40
- The MSRV is 1.56.1 stable.
40
+ The MSRV is 1.68.0 stable.
41
41
42
42
## License & Contribution
43
43
Original file line number Diff line number Diff line change 30
30
//! ```
31
31
//!
32
32
//! ## MSRV
33
- //! The MSRV is 1.56.1 stable.
33
+ //! The MSRV is 1.68.0 stable.
34
34
35
35
#[ cfg( feature = "builder" ) ]
36
36
extern crate alloc;
You can’t perform that action at this time.
0 commit comments