Skip to content

Commit

Permalink
Always run cargos with stable cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Feb 20, 2024
1 parent 6e444c9 commit 4d3b569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cargos.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
@rem those terms.

@rem Thin wrapper around the `cargos` binary in `tools/cargos`
@cargo -q run --manifest-path tools/Cargo.toml -p cargos -- %*
@cargo +stable -q run --manifest-path tools/Cargo.toml -p cargos -- %*
2 changes: 1 addition & 1 deletion cargos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# those terms.

# Thin wrapper around the `cargos` binary in `tools/cargos`
cargo -q run --manifest-path tools/Cargo.toml -p cargos -- $@
cargo +stable -q run --manifest-path tools/Cargo.toml -p cargos -- $@

0 comments on commit 4d3b569

Please sign in to comment.