Skip to content

Commit 079b3fb

Browse files
committed
Fix tar duplicate artifact in rust-lang/rust.
1 parent e2ed0d0 commit 079b3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cargo-test-support/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ glob = "0.3"
1717
lazy_static = "1.0"
1818
remove_dir_all = "0.5"
1919
serde_json = "1.0"
20-
tar = "0.4"
20+
tar = { version = "0.4.18", default-features = false }
2121
url = "2.0"

0 commit comments

Comments
 (0)