mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-08 13:10:03 +00:00
Enable feature serde of semver
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
e990151919
commit
f7c798352a
3 changed files with 19 additions and 1 deletions
15
src/metafiles/binstall_v1.rs
Normal file
15
src/metafiles/binstall_v1.rs
Normal file
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
{
|
||||
"name": "cargo-binstall",
|
||||
"version_req": none,
|
||||
"current_version": "0.10.0"
|
||||
"source": {
|
||||
"type": "Registry",
|
||||
"url": "https://crates.io",
|
||||
},
|
||||
"target": none,
|
||||
"bins": [
|
||||
"cargo-binstall",
|
||||
],
|
||||
}
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue