Skip to content

Commit

Permalink
CI: use rust 2024 version of cargo-shear on MacOS CI workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Eval EXEC <execvy@gmail.com>
  • Loading branch information
eval-exec committed Mar 3, 2025
1 parent c815258 commit cfddf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/ci/check-cargotoml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function check_dependencies() {
if ! type cargo-shear &> /dev/null
then
# lock version to avoid breaking building now
cargo install cargo-shear --version 0.0.24
cargo install cargo-shear --version 1.1.10
fi
cargo shear
}
Expand Down

0 comments on commit cfddf9c

Please sign in to comment.