Skip to content

Commit af7ee73

Browse files
committed
workspace: add new "no-std::no-alloc" category
1 parent 46b83a9 commit af7ee73

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

multiboot2-common/Cargo.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "multiboot2-common"
33
description = """
4-
4+
Common helpers for the `multiboot2` and `multiboot2-header` crates.
55
"""
66
version = "0.1.0"
77
authors = [
@@ -11,19 +11,16 @@ license = "MIT/Apache-2.0"
1111
edition = "2021"
1212
categories = [
1313
"no-std",
14-
"parsing",
14+
"no-std::no-alloc",
1515
]
1616
keywords = [
17-
"Multiboot2",
18-
"kernel",
19-
"boot",
20-
"bootloader",
17+
"Multiboot2"
2118
]
2219
readme = "README.md"
2320
homepage = "https://github.com/rust-osdev/multiboot2"
2421
repository = "https://github.com/rust-osdev/multiboot2"
2522
documentation = "https://docs.rs/multiboot2-common"
26-
#rust-version = "1.70"
23+
rust-version = "1.70"
2724

2825
[features]
2926
default = ["builder"]

multiboot2-header/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ license = "MIT/Apache-2.0"
1212
edition = "2021"
1313
categories = [
1414
"no-std",
15+
"no-std::no-alloc",
1516
"parsing",
1617
]
1718
keywords = [

multiboot2/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ license = "MIT/Apache-2.0"
1717
edition = "2021"
1818
categories = [
1919
"no-std",
20+
"no-std::no-alloc",
2021
"parsing",
2122
]
2223
keywords = [

0 commit comments

Comments
 (0)