janitor: Update to Corrosion 0.4.1 release (#2807)

This commit is contained in:
Simon Hausmann 2023-06-03 12:39:38 +02:00 committed by GitHub
parent 2627ad24ca
commit 7485fd6f70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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