From 3338ee3ca7da64285102c1568adacd8e2deb3a1b Mon Sep 17 00:00:00 2001 From: klensy Date: Sat, 22 Apr 2023 13:38:18 +0300 Subject: drop unused deps, gate libc under unix for one crate --- compiler/rustc_codegen_llvm/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/rustc_codegen_llvm') diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml index bdea565a5a6..5e750d91b82 100644 --- a/compiler/rustc_codegen_llvm/Cargo.toml +++ b/compiler/rustc_codegen_llvm/Cargo.toml @@ -36,6 +36,5 @@ rustc_target = { path = "../rustc_target" } smallvec = { version = "1.8.1", features = ["union", "may_dangle"] } rustc_ast = { path = "../rustc_ast" } rustc_span = { path = "../rustc_span" } -tempfile = "3.2.0" serde = { version = "1", features = [ "derive" ]} serde_json = "1" -- cgit 1.4.1-3-g733a5