Skip to content

Commit f2579db

Browse files
committed
C++: Update to Corrosion 0.6 beta to fix mingw-llvm builds
Replaces #10052
1 parent b4f6b9c commit f2579db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (NOT Corrosion_FOUND)
1515
FetchContent_Declare(
1616
Corrosion
1717
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
18-
GIT_TAG v0.5.2
18+
GIT_TAG v0.6.0-beta1
1919
)
2020

2121
FetchContent_MakeAvailable(Corrosion)

0 commit comments

Comments
 (0)