From 7462a51f7f4ecfa3aff8c6ca496117f0cde0062a Mon Sep 17 00:00:00 2001 From: messense Date: Thu, 5 Sep 2024 10:06:02 +0800 Subject: [PATCH] Try lower rustc version to 1.74.0 --- recipe/conda_build_config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 6780993..62e939a 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -3,3 +3,5 @@ cxx_compiler: # [win] - vs2022 # [win] cxx_compiler_version: # [win] - 19.40 # [win] +rust_compiler_version: + - "1.74"