Skip to content

Commit 9963981

Browse files
committed
crates.io: add no-std::no-alloc category
this is a new category which represents crates which don't use an allocator - which is the case here.
1 parent a22ee62 commit 9963981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rust-version = "1.60"
66

77
description = "A `no_std` driver for the TB6612FNG motor driver."
88
repository = "https://github.com/rursprung/tb6612fng-rs"
9-
categories = ["embedded", "hardware-support", "no-std"]
9+
categories = ["embedded", "hardware-support", "no-std", "no-std::no-alloc"]
1010
keywords = ["tb6612fng", "driver", "motor", "controller", "embedded-hal-driver"]
1111
license = "MIT OR Apache-2.0"
1212

0 commit comments

Comments
 (0)