Skip to content

Commit

Permalink
update Corrosion to 0.4.2
Browse files Browse the repository at this point in the history
to work around corrosion-rs/corrosion#418
with Rust 1.71
  • Loading branch information
Be-ing authored and ahayzen-kdab committed Jul 17, 2023
1 parent 26cb666 commit ab8c2aa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/cargo_without_cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if(NOT Corrosion_FOUND)
FetchContent_Declare(
Corrosion
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
GIT_TAG v0.4.1
GIT_TAG v0.4.2
)

FetchContent_MakeAvailable(Corrosion)
Expand Down
2 changes: 1 addition & 1 deletion examples/demo_threading/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if(NOT Corrosion_FOUND)
FetchContent_Declare(
Corrosion
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
GIT_TAG v0.4.1
GIT_TAG v0.4.2
)

FetchContent_MakeAvailable(Corrosion)
Expand Down
2 changes: 1 addition & 1 deletion examples/qml_extension_plugin/plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if(NOT Corrosion_FOUND)
FetchContent_Declare(
Corrosion
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
GIT_TAG v0.4.1
GIT_TAG v0.4.2
)

FetchContent_MakeAvailable(Corrosion)
Expand Down
2 changes: 1 addition & 1 deletion examples/qml_features/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if(NOT Corrosion_FOUND)
FetchContent_Declare(
Corrosion
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
GIT_TAG v0.4.1
GIT_TAG v0.4.2
)

FetchContent_MakeAvailable(Corrosion)
Expand Down
2 changes: 1 addition & 1 deletion examples/qml_minimal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if(NOT Corrosion_FOUND)
FetchContent_Declare(
Corrosion
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
GIT_TAG v0.4.1
GIT_TAG v0.4.2
)

FetchContent_MakeAvailable(Corrosion)
Expand Down

0 comments on commit ab8c2aa

Please sign in to comment.