mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
feature: Merge disable strategies (#1868)
* feat: Merge --disable-strategies with ones in cargo manifest Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Update doc Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Update e2e-test-strategies Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Fix typo in option doc in crates/bin/src/args.rs Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --------- Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
90d47f76b1
commit
b854f3f52c
5 changed files with 77 additions and 19 deletions
19
e2e-tests/manifests/strategies-test-Cargo2.toml
Normal file
19
e2e-tests/manifests/strategies-test-Cargo2.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
[package]
|
||||
name = "cargo-update"
|
||||
repository = "https://github.com/nabijaczleweli/cargo-update"
|
||||
version = "11.1.2"
|
||||
|
||||
[[bin]]
|
||||
name = "cargo-install-update"
|
||||
path = "src/main.rs"
|
||||
test = false
|
||||
doc = false
|
||||
|
||||
[[bin]]
|
||||
name = "cargo-install-update-config"
|
||||
path = "src/main-config.rs"
|
||||
test = false
|
||||
doc = false
|
||||
|
||||
[package.metadata.binstall]
|
||||
disabled-strategies = ["quick-install"]
|
Loading…
Add table
Add a link
Reference in a new issue