Janitor: upgrade corrosion

This commit is contained in:
Olivier Goffart 2023-03-09 08:33:22 +01:00 committed by Olivier Goffart
parent 7d178ede4d
commit 4df25b7f15

View file

@ -11,7 +11,7 @@ include(FetchContent)
FetchContent_Declare(
Corrosion
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
GIT_TAG v0.3.3
GIT_TAG v0.3.4
)
FetchContent_MakeAvailable(Corrosion)