Skip to content

Commit 5374975

Browse files
committed
v0.12.1
1 parent 5e4e01d commit 5374975

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Multiboot2-compliant bootloaders, like GRUB. It supports all tags from the speci
66
including full support for the sections of ELF-64. This library is `no_std` and can be
77
used in a Multiboot2-kernel.
88
"""
9-
version = "0.12.0"
9+
version = "0.12.1"
1010
authors = [
1111
"Philipp Oppermann <[email protected]>",
1212
"Calvin Lee <[email protected]>",
@@ -16,6 +16,7 @@ authors = [
1616
license = "MIT/Apache-2.0"
1717
edition = "2018"
1818
categories = [
19+
"no-std",
1920
"parsing",
2021
]
2122
keywords = [

0 commit comments

Comments
 (0)