File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,11 +91,11 @@ _check-minimal-only: (_rimraf "target-minimal")
9191
9292# Run `cargo msrv` with `cargo minimal-versions check`
9393msrv-minimal : (prep " --manifest-backup-suffix .msrv-prep.outer.bak" ) && (_rimraf " target-minimal" ) (unprep " --manifest-backup-suffix .msrv-prep.outer.bak" )
94- {{ cargo}} msrv -- just all_features=" {{ all_features}} " message_format=" {{ message_format}} " target_tuple=" {{ target_tuple}} " _check-minimal-only
94+ {{ cargo}} msrv find -- just all_features=" {{ all_features}} " message_format=" {{ message_format}} " target_tuple=" {{ target_tuple}} " _check-minimal-only
9595
9696# Run `cargo msrv` with `cargo check`
97- msrv * extra_args : && (_rimraf " target-msrv" )
98- {{ cargo}} msrv -- just all_features=" {{ all_features}} " all_targets=" {{ all_targets}} " message_format=" {{ message_format}} " target_tuple=" {{ target_tuple}} " _msrv-check {{ extra_args}}
97+ msrv * extra_args : ( prep " --manifest-backup-suffix .msrv-prep.outer.bak --no-merge-pinned-dependencies" ) && (_rimraf " target-msrv" ) ( unprep " --manifest-backup-suffix .msrv-prep.outer.bak " )
98+ {{ cargo}} msrv find -- just all_features=" {{ all_features}} " all_targets=" {{ all_targets}} " message_format=" {{ message_format}} " target_tuple=" {{ target_tuple}} " _msrv-check {{ extra_args}}
9999
100100_ msrv-check * extra_args : (_rimraf " target-msrv" )
101101 just all_features=" {{ all_features}} " all_targets=" {{ all_targets}} " message_format=" {{ message_format}} " target_tuple=" {{ target_tuple}} " check --target-dir target-msrv {{ extra_args}}
You can’t perform that action at this time.
0 commit comments