File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ license.workspace = true
55version.workspace = true
66repository.workspace = true
77authors = [" Philipp Oppermann <dev@phil-opp.com>" ]
8- edition = " 2021 "
8+ edition = " 2024 "
99
1010[workspace ]
1111members = [
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "bootloader_api"
33license.workspace = true
44version.workspace = true
55repository.workspace = true
6- edition = " 2021 "
6+ edition = " 2024 "
77description = " Makes a kernel compatible with the bootloader crate"
88
99# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change 22name = " bootloader-x86_64-bios-boot-sector"
33version.workspace = true
44authors = [" Philipp Oppermann <dev@phil-opp.com>" ]
5- edition = " 2021 "
5+ edition = " 2024 "
66license.workspace = true
77repository.workspace = true
88description = " BIOS boot sector for the `bootloader` crate"
Original file line number Diff line number Diff line change 11[package ]
22name = " bootloader-x86_64-bios-common"
33version.workspace = true
4- edition = " 2021 "
4+ edition = " 2024 "
55license.workspace = true
66repository.workspace = true
77description = " Common code for BIOS stages of the `bootloader` crate"
Original file line number Diff line number Diff line change 22name = " bootloader-x86_64-bios-stage-2"
33version.workspace = true
44authors = [" Philipp Oppermann <dev@phil-opp.com>" ]
5- edition = " 2021 "
5+ edition = " 2024 "
66license.workspace = true
77repository.workspace = true
88description = " Second BIOS stage of the `bootloader` crate"
Original file line number Diff line number Diff line change 22name = " bootloader-x86_64-bios-stage-3"
33version.workspace = true
44authors = [" Philipp Oppermann <dev@phil-opp.com>" ]
5- edition = " 2021 "
5+ edition = " 2024 "
66license.workspace = true
77repository.workspace = true
88description = " Third BIOS stage of the `bootloader` crate"
Original file line number Diff line number Diff line change 11[package ]
22name = " bootloader-x86_64-bios-stage-4"
33version.workspace = true
4- edition = " 2021 "
4+ edition = " 2024 "
55license.workspace = true
66repository.workspace = true
77description = " Fourth BIOS stage of the `bootloader` crate"
Original file line number Diff line number Diff line change 11[package ]
22name = " bootloader-x86_64-common"
33version.workspace = true
4- edition = " 2021 "
4+ edition = " 2024 "
55description = " Common code for the x86_64 bootloader implementations"
66license.workspace = true
77repository.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " bootloader-boot-config"
33version.workspace = true
4- edition = " 2021 "
4+ edition = " 2024 "
55description = " The runtime configurations that are saved in a JSON file for the bootloader crate"
66license.workspace = true
77repository.workspace = true
Original file line number Diff line number Diff line change 22name = " bootloader_test_runner"
33version = " 0.1.0"
44authors = [" Philipp Oppermann <dev@phil-opp.com>" ]
5- edition = " 2021 "
5+ edition = " 2024 "
66
77# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88
You can’t perform that action at this time.
0 commit comments