mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-05 03:30:03 +00:00
Fix format now
Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
fa56a729b0
commit
0b5d3ec1a6
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ mod linux {
|
||||||
.expect("unwrap: TARGET always has a -")
|
.expect("unwrap: TARGET always has a -")
|
||||||
.0;
|
.0;
|
||||||
|
|
||||||
format!("{prefix}{libc_version}{abi}")
|
format!("{prefix}-{libc_version}{abi}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue