Skip to content

Commit

Permalink
Rm NOVERSION_FILENAMES "{ name }{ archive-suffix }" (#795)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
NobodyXu committed Feb 13, 2023
1 parent 87686cb commit 04113e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ are:
- `{ name }_{ version }_{ target }{ archive-suffix }`
- `{ name }_v{ version }_{ target }{ archive-suffix }`
- `{ name }-{ target }{ archive-suffix }` ("versionless")
- `{ name }{ archive-suffix }` ("versionless")
- `{ name }_{ target }{ archive-suffix }` ("versionless")

The paths are:
Expand Down
1 change: 0 additions & 1 deletion crates/binstalk/src/fetchers/gh_crate_meta/hosting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 }",
];

Expand Down

0 comments on commit 04113e9

Please sign in to comment.