Skip to content

Commit b7840f9

Browse files
author
Dorian Eikenberg
committed
Update Corrosion
Corrosion setup breaks due to new rustup toolchain list format since v1.28.0
1 parent 0148890 commit b7840f9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

vmicore/rust_src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include(FetchContent)
22
FetchContent_Declare(
33
Corrosion
44
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
5-
GIT_TAG stable/v0.4 # Newer versions require cmake 3.22 which is not available on Debian 11
5+
GIT_TAG stable/v0.5 # Newer versions require cmake 3.22 which is not available on Debian 11
66
)
77
FetchContent_MakeAvailable(Corrosion)
88

File renamed without changes.

0 commit comments

Comments
 (0)