Janitor: Bump corrosion version

This commit is contained in:
Olivier Goffart 2025-04-23 18:28:23 +02:00
parent 6595aee73c
commit 7d3cf6a451

View file

@ -15,7 +15,7 @@ if (NOT Corrosion_FOUND)
FetchContent_Declare(
Corrosion
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
GIT_TAG v0.5.1
GIT_TAG v0.5.2
)
FetchContent_MakeAvailable(Corrosion)