Add field MetaData::other for forward compatibility

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-28 19:21:11 +10:00
parent 00fb2528af
commit 98556cb2af
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
2 changed files with 11 additions and 1 deletions

View file

@ -36,6 +36,7 @@ pub async fn install(
source: Source::cratesio_registry(),
target,
bins,
other: Default::default(),
})
})
}