diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-09-24 23:45:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-24 23:45:27 +0200 |
| commit | 9e12827d5643e57a8ad46bf812e71081e859c44e (patch) | |
| tree | 6631dea8571454299a1999d0795ab536d308977a /src/libstd | |
| parent | 0d0f753955afe5c79d260b03f7fbe68ee53d4950 (diff) | |
| parent | 0423c2a7a35ce17b44b4c93c227177fc0fcd7217 (diff) | |
| download | rust-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.toml | 3 |
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"] |
