Skip to content

Commit 4528789

Browse files
redstrateLeonMatthesKDAB
authored andcommitted
Fix: Update Corrosion to 0.5.1 to fix build with Rustup 1.28.0
This new Rustup release changes how toolchains are installed, fortunately there's a new Corrosion release to handle this.
1 parent 17c7f45 commit 4528789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/CxxQt.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(NOT Corrosion_FOUND)
1212
FetchContent_Declare(
1313
Corrosion
1414
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
15-
GIT_TAG v0.5.0
15+
GIT_TAG v0.5.1
1616
)
1717

1818
FetchContent_MakeAvailable(Corrosion)

0 commit comments

Comments
 (0)