Skip to content

Commit

Permalink
mxpy: ruplacer set precise version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyalcinkaya committed Sep 12, 2023
1 parent d3f3414 commit 4c9d095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ TEST_MANDOS := $(POETRY_RUN) mandos --definition-dir $(llvm_dir)/mandos-kompiled
# Use a precise clap version.
mxpy-build/%:
if [ ! -f "$*/Cargo.lock" ]; then \
cargo update --manifest-path $*/Cargo.toml -p ruplacer --precise 0.8.1 ; \
cargo update --manifest-path $*/Cargo.toml -p clap --precise 4.1.0 ; \
fi

Expand Down

0 comments on commit 4c9d095

Please sign in to comment.