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 1
1
[package ]
2
2
name = " multiboot2-common"
3
3
description = """
4
-
4
+ Common helpers for the `multiboot2` and `multiboot2-header` crates.
5
5
"""
6
6
version = " 0.1.0"
7
7
authors = [
@@ -11,19 +11,16 @@ license = "MIT/Apache-2.0"
11
11
edition = " 2021"
12
12
categories = [
13
13
" no-std" ,
14
- " parsing " ,
14
+ " no-std::no-alloc " ,
15
15
]
16
16
keywords = [
17
- " Multiboot2" ,
18
- " kernel" ,
19
- " boot" ,
20
- " bootloader" ,
17
+ " Multiboot2"
21
18
]
22
19
readme = " README.md"
23
20
homepage = " https://github.com/rust-osdev/multiboot2"
24
21
repository = " https://github.com/rust-osdev/multiboot2"
25
22
documentation = " https://docs.rs/multiboot2-common"
26
- # rust-version = "1.70"
23
+ rust-version = " 1.70"
27
24
28
25
[features ]
29
26
default = [" builder" ]
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ license = "MIT/Apache-2.0"
12
12
edition = " 2021"
13
13
categories = [
14
14
" no-std" ,
15
+ " no-std::no-alloc" ,
15
16
" parsing" ,
16
17
]
17
18
keywords = [
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ license = "MIT/Apache-2.0"
17
17
edition = " 2021"
18
18
categories = [
19
19
" no-std" ,
20
+ " no-std::no-alloc" ,
20
21
" parsing" ,
21
22
]
22
23
keywords = [
You can’t perform that action at this time.
0 commit comments