Enable feature serde of dep compact_str

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-26 13:45:53 +10:00
parent 928cc65778
commit 834b8bb9c5
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View file

@ -276,6 +276,7 @@ dependencies = [
"castaway", "castaway",
"itoa", "itoa",
"ryu", "ryu",
"serde",
] ]
[[package]] [[package]]

View file

@ -24,7 +24,7 @@ bytes = "1.2.0"
bzip2 = "0.4.3" bzip2 = "0.4.3"
cargo_toml = "0.11.5" cargo_toml = "0.11.5"
clap = { version = "3.2.14", features = ["derive"] } 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 } crates_io_api = { version = "0.8.0", default-features = false }
dirs = "4.0.0" dirs = "4.0.0"
flate2 = { version = "1.0.24", default-features = false } flate2 = { version = "1.0.24", default-features = false }