diff --git a/SUPPORT.md b/SUPPORT.md index d0ff1850..d47dc42e 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -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: diff --git a/crates/binstalk/src/fetchers/gh_crate_meta/hosting.rs b/crates/binstalk/src/fetchers/gh_crate_meta/hosting.rs index 00a030fa..34e4c74e 100644 --- a/crates/binstalk/src/fetchers/gh_crate_meta/hosting.rs +++ b/crates/binstalk/src/fetchers/gh_crate_meta/hosting.rs @@ -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 }", ];