Update corrosion

This commit is contained in:
Olivier Goffart 2024-12-30 11:00:53 +01:00 committed by GitHub
parent b2b3bf800a
commit 194c841df1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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