Skip to content

Commit

Permalink
cor 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWillard committed Oct 5, 2024
1 parent 5716130 commit 69a65ab
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 v0.4.7 # Optionally specify a commit hash, version tag or branch here
GIT_TAG v0.5.0 # 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 69a65ab

Please sign in to comment.