From fad19869a224391a9e8fe567e811937cbd4a2c71 Mon Sep 17 00:00:00 2001 From: Kan-Ru Chen Date: Thu, 6 Mar 2025 22:16:54 +0900 Subject: [PATCH] build: bump corrosion to 0.5.1 to fix rustup breaking change --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f20312d..d1bd2227 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,7 +64,7 @@ if(NOT Corrosion_FOUND) FetchContent_Declare( Corrosion GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git - GIT_TAG 64289b1d79d6d19cd2e241db515381a086bb8407 # v0.5 + GIT_TAG b1fab721655c5c4b1b08a083d3cd29f163af75d0 # v0.5.1 FIND_PACKAGE_ARGS ) FetchContent_MakeAvailable(Corrosion)