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"
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 "
29+ rust-version = " 1.68 "
3030
3131[[example ]]
3232name = " 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
6969See specification.
7070
7171## MSRV
72- The MSRV is 1.56.1 stable.
72+ The MSRV is 1.68.0 stable.
7373
7474## License & Contribution
7575
Original file line number Diff line number Diff line change 3131//! ```
3232//!
3333//! ## MSRV
34- //! The MSRV is 1.56.1 stable.
34+ //! The MSRV is 1.68.0 stable.
3535
3636#![ no_std]
3737#![ 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"
3131homepage = " https://github.com/rust-osdev/multiboot2"
3232repository = " https://github.com/rust-osdev/multiboot2"
3333documentation = " https://docs.rs/multiboot2"
34- rust-version = " 1.60 "
34+ rust-version = " 1.68 "
3535
3636[features ]
3737default = [" builder" ]
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ other fields | variable
3737All 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 ` .
3838
3939## MSRV
40- The MSRV is 1.56.1 stable.
40+ The MSRV is 1.68.0 stable.
4141
4242## License & Contribution
4343
Original file line number Diff line number Diff line change 3030//! ```
3131//!
3232//! ## MSRV
33- //! The MSRV is 1.56.1 stable.
33+ //! The MSRV is 1.68.0 stable.
3434
3535#[ cfg( feature = "builder" ) ]
3636extern crate alloc;
You can’t perform that action at this time.
0 commit comments