Skip to content

Commit ab8c2aa

Browse files
Be-ingahayzen-kdab
authored andcommitted
update Corrosion to 0.4.2
to work around corrosion-rs/corrosion#418 with Rust 1.71
1 parent 26cb666 commit ab8c2aa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/cargo_without_cmake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if(NOT Corrosion_FOUND)
2727
FetchContent_Declare(
2828
Corrosion
2929
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
30-
GIT_TAG v0.4.1
30+
GIT_TAG v0.4.2
3131
)
3232

3333
FetchContent_MakeAvailable(Corrosion)

examples/demo_threading/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if(NOT Corrosion_FOUND)
2727
FetchContent_Declare(
2828
Corrosion
2929
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
30-
GIT_TAG v0.4.1
30+
GIT_TAG v0.4.2
3131
)
3232

3333
FetchContent_MakeAvailable(Corrosion)

examples/qml_extension_plugin/plugin/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if(NOT Corrosion_FOUND)
1111
FetchContent_Declare(
1212
Corrosion
1313
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
14-
GIT_TAG v0.4.1
14+
GIT_TAG v0.4.2
1515
)
1616

1717
FetchContent_MakeAvailable(Corrosion)

examples/qml_features/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if(NOT Corrosion_FOUND)
2828
FetchContent_Declare(
2929
Corrosion
3030
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
31-
GIT_TAG v0.4.1
31+
GIT_TAG v0.4.2
3232
)
3333

3434
FetchContent_MakeAvailable(Corrosion)

examples/qml_minimal/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if(NOT Corrosion_FOUND)
3636
FetchContent_Declare(
3737
Corrosion
3838
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
39-
GIT_TAG v0.4.1
39+
GIT_TAG v0.4.2
4040
)
4141

4242
FetchContent_MakeAvailable(Corrosion)

0 commit comments

Comments
 (0)