mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +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
|
@ -38,7 +38,7 @@ mimalloc = { version = "0.1.29", default-features = false, optional = true }
|
|||
once_cell = "1.13.0"
|
||||
reqwest = { version = "0.11.11", features = ["stream"], default-features = false }
|
||||
scopeguard = "1.1.0"
|
||||
semver = "1.0.12"
|
||||
semver = { version = "1.0.12", features = ["serde"] }
|
||||
serde = { version = "1.0.140", features = ["derive"] }
|
||||
serde_json = "1.0.82"
|
||||
simplelog = "0.12.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue