feat: v1.10.14, add --no-pin for many subcommands

This commit is contained in:
2024-12-29 11:54:25 +08:00
parent ef1f637c83
commit 5a1942e150
12 changed files with 47 additions and 41 deletions

View File

@@ -5,6 +5,14 @@ _:
install:
cargo install --path .
# build without default features
build-simple:
cargo build --no-default-features
# install without default features
install-simple:
cargo install --no-default-features
# run --help
help:
cargo r -- --help