From 8ed734b403725a840a8f567415f18b164874b089 Mon Sep 17 00:00:00 2001 From: Philippe-Cholet <44676486+Philippe-Cholet@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:09:38 +0100 Subject: [PATCH] Add two "no-std" categories --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e5b541c46..d6dc3fa24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" description = "Extra iterator adaptors, iterator methods, free functions, and macros." keywords = ["iterator", "data-structure", "zip", "product"] -categories = ["algorithms", "rust-patterns"] +categories = ["algorithms", "rust-patterns", "no-std", "no-std::no-alloc"] edition = "2018"