Skip to content

Commit db1d0d7

Browse files
committed
cargo.toml update
1 parent 4359d22 commit db1d0d7

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
@@ -6,13 +6,13 @@ version = "0.14.0"
66
edition = "2021"
77
description = "Type erased vector. Most operations can be done without type knowledge. Mostly zero overhead."
88
repository = "https://github.com/tower120/any_vec"
9-
keywords = ["vec", "any", "container", "no_std"]
9+
keywords = ["vec", "any", "container", "type-erasure", "no_std"]
1010
categories = ["data-structures", "no-std", "no-std::no-alloc"]
1111
exclude = [".github"]
1212

1313
[features]
1414
default = ["alloc"]
15-
# Include alloc crate. This allows to use mem::Heap.
15+
# Include alloc crate. This allows using mem::Heap.
1616
alloc = []
1717

1818
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)