C++: Update to Corrosion 0.6 beta to fix mingw-llvm builds

Replaces #10052
This commit is contained in:
Simon Hausmann 2025-11-17 08:36:30 +01:00 committed by Simon Hausmann
parent b4f6b9c75c
commit f2579db32b

View file

@ -15,7 +15,7 @@ if (NOT Corrosion_FOUND)
FetchContent_Declare(
Corrosion
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
GIT_TAG v0.5.2
GIT_TAG v0.6.0-beta1
)
FetchContent_MakeAvailable(Corrosion)