cache: update zstd to 0.6, disable legacy feature (#2592)

This commit is contained in:
Andronik Ordian
2021-01-21 17:16:07 +01:00
committed by GitHub
parent 207f60a18e
commit 2d5037d84c
2 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ log = { version = "0.4.8", default-features = false }
serde = { version = "1.0.94", features = ["derive"] }
sha2 = "0.9.0"
toml = "0.5.5"
zstd = "0.5"
zstd = { version = "0.6", default-features = false }
[target.'cfg(target_os = "windows")'.dependencies]
winapi = "0.3.7"