From 90e5b5db42a9c9bdf99e0365d9666ef85c831067 Mon Sep 17 00:00:00 2001 From: Roy7Kim Date: Tue, 14 Mar 2023 10:30:03 +0900 Subject: [PATCH] Add default feature info(std) --- packaging/rust-rustc-hash.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/rust-rustc-hash.spec b/packaging/rust-rustc-hash.spec index 8c63157..985e57b 100644 --- a/packaging/rust-rustc-hash.spec +++ b/packaging/rust-rustc-hash.spec @@ -40,6 +40,7 @@ cp %{SOURCE1} . %{rustc_std_build} --crate-type=dylib \ --crate-name=%{real_crate_name} \ %{?rustc_edition:--edition=%{rustc_edition}} \ + --cfg='feature="std"' \ ./src/lib.rs # ========================================================== -- 2.34.1