about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-09-24 23:45:27 +0200
committerGitHub <noreply@github.com>2019-09-24 23:45:27 +0200
commit9e12827d5643e57a8ad46bf812e71081e859c44e (patch)
tree6631dea8571454299a1999d0795ab536d308977a /src/libstd
parent0d0f753955afe5c79d260b03f7fbe68ee53d4950 (diff)
parent0423c2a7a35ce17b44b4c93c227177fc0fcd7217 (diff)
downloadrust-9e12827d5643e57a8ad46bf812e71081e859c44e.tar.gz
rust-9e12827d5643e57a8ad46bf812e71081e859c44e.zip
Rollup merge of #64702 - sinkuu:deps, r=jonas-schievink
Remove unused dependencies
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml
index af1d2402f88..ee4b367b5c5 100644
--- a/src/libstd/Cargo.toml
+++ b/src/libstd/Cargo.toml
@@ -53,9 +53,6 @@ fortanix-sgx-abi = { version = "0.3.2", features = ['rustc-dep-of-std'] }
 [target.wasm32-wasi.dependencies]
 wasi = { version = "0.7.0", features = ['rustc-dep-of-std', 'alloc'] }
 
-[build-dependencies]
-cc = "1.0"
-
 [features]
 default = ["std_detect_file_io", "std_detect_dlsym_getauxval"]