mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Rm NOVERSION_FILENAMES
"{ name }{ archive-suffix }" (#795)
which does not contain `target`, hence it might report the binary being available for any target we specified. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
87686cb2f7
commit
04113e9dd9
2 changed files with 0 additions and 2 deletions
|
@ -27,7 +27,6 @@ pub const FULL_FILENAMES: &[&str] = &[
|
|||
|
||||
pub const NOVERSION_FILENAMES: &[&str] = &[
|
||||
"{ name }-{ target }{ archive-suffix }",
|
||||
"{ name }{ archive-suffix }",
|
||||
"{ name }_{ target }{ archive-suffix }",
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue