File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " multiboot2-common"
33description = """
4-
4+ Common helpers for the `multiboot2` and `multiboot2-header` crates.
55"""
66version = " 0.1.0"
77authors = [
@@ -11,19 +11,16 @@ license = "MIT/Apache-2.0"
1111edition = " 2021"
1212categories = [
1313 " no-std" ,
14- " parsing " ,
14+ " no-std::no-alloc " ,
1515]
1616keywords = [
17- " Multiboot2" ,
18- " kernel" ,
19- " boot" ,
20- " bootloader" ,
17+ " Multiboot2"
2118]
2219readme = " README.md"
2320homepage = " https://github.com/rust-osdev/multiboot2"
2421repository = " https://github.com/rust-osdev/multiboot2"
2522documentation = " https://docs.rs/multiboot2-common"
26- # rust-version = "1.70"
23+ rust-version = " 1.70"
2724
2825[features ]
2926default = [" builder" ]
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ license = "MIT/Apache-2.0"
1212edition = " 2021"
1313categories = [
1414 " no-std" ,
15+ " no-std::no-alloc" ,
1516 " parsing" ,
1617]
1718keywords = [
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ license = "MIT/Apache-2.0"
1717edition = " 2021"
1818categories = [
1919 " no-std" ,
20+ " no-std::no-alloc" ,
2021 " parsing" ,
2122]
2223keywords = [
You can’t perform that action at this time.
0 commit comments