Skip to content

Commit d2a582c

Browse files
committed
Remove a keyword from Cargo.toml.
crates.io only allows 5 keywords.
1 parent dcc7e79 commit d2a582c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Cargo.toml

+6-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ version = "0.2.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "A driver for the Arm Generic Interrupt Controller version 2, 3 or 4."
7-
authors = ["Andrew Walbran <[email protected]>", "Fritz Stracke <[email protected]>"]
7+
authors = [
8+
"Andrew Walbran <[email protected]>",
9+
"Fritz Stracke <[email protected]>",
10+
]
811
repository = "https://github.com/google/arm-gic"
9-
keywords = ["arm", "aarch32", "aarch64", "driver", "gic", "interrupt-controller"]
12+
keywords = ["arm", "aarch64", "driver", "gic", "interrupt-controller"]
1013
categories = ["embedded", "no-std", "hardware-support"]
1114

1215
[dependencies]
1316
bitflags = "2.8.0"
14-
thiserror = { version="2.0.11", default-features = false }
17+
thiserror = { version = "2.0.11", default-features = false }

0 commit comments

Comments
 (0)