mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-23 11:06:36 +00:00
fix: Skip binaries user didn't requst (#2199)
* fix: Skip binaries user didn't requst Users may request only a subset of binaries via the --bin flag. In that case, do not fail if binaries other than the ones requested are missing from the downloaded archive. * fix resolve.rs Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * fix resolve.rs Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> * fix resolve.rs --------- Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Co-authored-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
aa459296fa
commit
4628235403
4 changed files with 56 additions and 1 deletions
17
e2e-tests/manifests/skipping-required-bin-Cargo.toml
Normal file
17
e2e-tests/manifests/skipping-required-bin-Cargo.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "cargo-binstall"
|
||||
description = "Rust binary package installer for CI integration"
|
||||
repository = "https://github.com/cargo-bins/cargo-binstall"
|
||||
version = "0.12.0"
|
||||
rust-version = "1.61.0"
|
||||
authors = ["ryan <ryan@kurte.nz>"]
|
||||
edition = "2021"
|
||||
license = "GPL-3.0"
|
||||
|
||||
[[bin]]
|
||||
name = "cargo-binstall"
|
||||
path = "src/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "test"
|
||||
path = "src/te.rs"
|
Loading…
Add table
Add a link
Reference in a new issue