Skip to content

Commit

Permalink
cargo.toml update
Browse files Browse the repository at this point in the history
  • Loading branch information
tower120 committed May 10, 2024
1 parent 4359d22 commit db1d0d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ version = "0.14.0"
edition = "2021"
description = "Type erased vector. Most operations can be done without type knowledge. Mostly zero overhead."
repository = "https://github.com/tower120/any_vec"
keywords = ["vec", "any", "container", "no_std"]
keywords = ["vec", "any", "container", "type-erasure", "no_std"]
categories = ["data-structures", "no-std", "no-std::no-alloc"]
exclude = [".github"]

[features]
default = ["alloc"]
# Include alloc crate. This allows to use mem::Heap.
# Include alloc crate. This allows using mem::Heap.
alloc = []

[package.metadata.docs.rs]
Expand Down

0 comments on commit db1d0d7

Please sign in to comment.