Test beta version of corrosion

This commit is contained in:
Olivier Goffart 2023-05-15 08:24:07 +02:00 committed by Olivier Goffart
parent 69a0d7e219
commit 9a103b9c37

View file

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