Skip to content

Commit

Permalink
build: bump corrosion to 0.5.1 to fix rustup breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Mar 6, 2025
1 parent f15b45a commit fad1986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if(NOT Corrosion_FOUND)
FetchContent_Declare(
Corrosion
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
GIT_TAG 64289b1d79d6d19cd2e241db515381a086bb8407 # v0.5
GIT_TAG b1fab721655c5c4b1b08a083d3cd29f163af75d0 # v0.5.1
FIND_PACKAGE_ARGS
)
FetchContent_MakeAvailable(Corrosion)
Expand Down

0 comments on commit fad1986

Please sign in to comment.