Skip to content

Commit f81df02

Browse files
bors[bot]taiki-e
andauthored
Merge #634
634: Add no-std to categories of crossbeam-queue r=taiki-e a=taiki-e Co-authored-by: Taiki Endo <[email protected]>
2 parents 982e850 + 401aeab commit f81df02

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)