Skip to content

Commit 34df617

Browse files
authored
Add more to possible_dirs (rust-lang#441)
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent f482e36 commit 34df617

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

crates/binstalk/src/bins.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ pub fn infer_bin_dir_template(data: &Data) -> Cow<'static, str> {
4545
format!("{name}-{version}-{target}"),
4646
format!("{name}-v{version}-{target}"),
4747
format!("{name}-{target}"),
48+
// Ignore the following when updating hosting::{FULL_FILENAMES, NOVERSION_FILENAMES}
49+
format!("{name}-{version}"),
50+
format!("{name}-v{version}"),
4851
name.to_string(),
4952
];
5053

0 commit comments

Comments
 (0)