Skip to content

Commit f39b470

Browse files
committed
fix: change corrosion version to 0.5 to work with older cmake
1 parent 5797c8e commit f39b470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include(FetchContent)
99
FetchContent_Declare(
1010
Corrosion
1111
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
12-
GIT_TAG master
12+
GIT_TAG v0.5
1313
)
1414
# Set any global configuration variables such as `Rust_TOOLCHAIN` before this line!
1515
FetchContent_MakeAvailable(Corrosion)

0 commit comments

Comments
 (0)