From 653eda5dae9c789651cb31f581bfc4eeaeaabef1 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 3 Jul 2023 14:32:20 -0700 Subject: [PATCH] Add no-std::no-alloc category --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f5c372..e8f2eae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "rustversion" version = "1.0.12" authors = ["David Tolnay "] build = "build/build.rs" -categories = ["development-tools::build-utils", "no-std"] +categories = ["development-tools::build-utils", "no-std", "no-std::no-alloc"] description = "Conditional compilation according to rustc compiler version" documentation = "https://docs.rs/rustversion" edition = "2018"