mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-22 03:40:03 +00:00
Add field MetaData::other
for forward compatibility
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
00fb2528af
commit
98556cb2af
2 changed files with 11 additions and 1 deletions
|
@ -36,6 +36,7 @@ pub async fn install(
|
|||
source: Source::cratesio_registry(),
|
||||
target,
|
||||
bins,
|
||||
other: Default::default(),
|
||||
})
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue