Skip to content

Commit 35b59d9

Browse files
committed
update cargo metadata
1 parent dc13108 commit 35b59d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version = "0.5.0"
44
edition = "2021"
55
license = "MIT"
66
authors = ["Ibraheem Ahmed <[email protected]>"]
7-
description = "Fast, efficient, and robust memory reclamation for concurrent data structures."
7+
description = "Fast, efficient, and predictable memory reclamation for concurrent data structures."
88
repository = "https://github.com/ibraheemdev/seize"
9-
keywords = ["lock-free", "rcu", "atomic", "garbage"]
9+
keywords = ["lock-free", "rcu", "atomic", "garbage", "concurrency"]
1010
categories = ["concurrency", "memory-management"]
1111
rust-version = "1.72.0"
1212

0 commit comments

Comments
 (0)