Skip to content

Commit d7231d4

Browse files
authored
fix: CMake builds failing due to oudated corrosion (#1677)
1 parent a84256d commit d7231d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include(FetchContent)
22
FetchContent_Declare(
33
Corrosion
44
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
5-
GIT_TAG 64289b1d79d6d19cd2e241db515381a086bb8407 # v0.5.0
5+
GIT_TAG v0.5.1
66
FIND_PACKAGE_ARGS
77
)
88
FetchContent_MakeAvailable(Corrosion)

0 commit comments

Comments
 (0)