Fix `tar` duplicate artifact in rust-lang/rust.

This commit is contained in:
Eric Huss 2019-09-18 17:25:04 -07:00
parent e2ed0d077d
commit 079b3fbad8
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ glob = "0.3"
lazy_static = "1.0"
remove_dir_all = "0.5"
serde_json = "1.0"
tar = "0.4"
tar = { version = "0.4.18", default-features = false }
url = "2.0"