mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-17 08:06:38 +00:00
Fix compilation error and deprecations
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
03c520e7ce
commit
2bd9c1efee
3 changed files with 18 additions and 18 deletions
|
@ -127,7 +127,7 @@ pub(super) fn render_dl_template(
|
|||
struct Context<'a> {
|
||||
crate_name: &'a str,
|
||||
crate_prefix: CompactString,
|
||||
crate_lowerprefix: String,
|
||||
crate_lowerprefix: CompactString,
|
||||
version: &'a str,
|
||||
cksum: &'a str,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue