Skip to content

Commit 401aeab

Browse files
committed
Add no-std to categories of crossbeam-queue
1 parent 982e850 commit 401aeab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crossbeam-queue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-queu
1414
documentation = "https://docs.rs/crossbeam-queue"
1515
description = "Concurrent queues"
1616
keywords = ["queue", "mpmc", "lock-free", "producer", "consumer"]
17-
categories = ["concurrency", "data-structures"]
17+
categories = ["concurrency", "data-structures", "no-std"]
1818

1919
[features]
2020
default = ["std"]

0 commit comments

Comments
 (0)