We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5797c8e commit f39b470Copy full SHA for f39b470
CMakeLists.txt
@@ -9,7 +9,7 @@ include(FetchContent)
9
FetchContent_Declare(
10
Corrosion
11
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
12
- GIT_TAG master
+ GIT_TAG v0.5
13
)
14
# Set any global configuration variables such as `Rust_TOOLCHAIN` before this line!
15
FetchContent_MakeAvailable(Corrosion)
0 commit comments