mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Enable feature serde of dep compact_str
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
928cc65778
commit
834b8bb9c5
2 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@ bytes = "1.2.0"
|
|||
bzip2 = "0.4.3"
|
||||
cargo_toml = "0.11.5"
|
||||
clap = { version = "3.2.14", features = ["derive"] }
|
||||
compact_str = "0.5.2"
|
||||
compact_str = { version = "0.5.2", features = ["serde"] }
|
||||
crates_io_api = { version = "0.8.0", default-features = false }
|
||||
dirs = "4.0.0"
|
||||
flate2 = { version = "1.0.24", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue