Skip to content

Commit

Permalink
pin corrosion ver
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWillard committed Oct 5, 2024
1 parent 9a41a31 commit 0f4a0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ include(FetchContent)
FetchContent_Declare(
Corrosion
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
GIT_TAG master # Optionally specify a commit hash, version tag or branch here
GIT_TAG v0.4.7 # Optionally specify a commit hash, version tag or branch here
)
# Set any global configuration variables such as `Rust_TOOLCHAIN` before this line!
FetchContent_MakeAvailable(Corrosion)
Expand Down

0 comments on commit 0f4a0db

Please sign in to comment.