Skip to content

Commit

Permalink
update Corrosion
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 committed Jul 15, 2023
1 parent 26cb666 commit 5b51982
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 89841b242a8d5a00e9775d5d2ac20b626d272a3f
)

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 89841b242a8d5a00e9775d5d2ac20b626d272a3f
)

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 89841b242a8d5a00e9775d5d2ac20b626d272a3f
)

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 89841b242a8d5a00e9775d5d2ac20b626d272a3f
)

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 89841b242a8d5a00e9775d5d2ac20b626d272a3f
)

FetchContent_MakeAvailable(Corrosion)
Expand Down

0 comments on commit 5b51982

Please sign in to comment.