X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_codegen_ssa%2FCargo.toml;h=68f40d5f8639593c86dd35f092ad3c1895f80463;hb=9c0379c0f559e88499c2d53fe21e4a5afff5cad5;hp=7a3d715df6dcd55df6b9eeaab051e58e44945d5a;hpb=dbfe0e9855996baecfbab4a717b0c6060aa090ee;p=rust.git diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml index 7a3d715df6d..68f40d5f863 100644 --- a/compiler/rustc_codegen_ssa/Cargo.toml +++ b/compiler/rustc_codegen_ssa/Cargo.toml @@ -9,7 +9,7 @@ test = false [dependencies] bitflags = "1.2.1" -cc = "1.0.1" +cc = "1.0.67" itertools = "0.9" tracing = "0.1" libc = "0.2.50" @@ -33,3 +33,8 @@ rustc_index = { path = "../rustc_index" } rustc_macros = { path = "../rustc_macros" } rustc_target = { path = "../rustc_target" } rustc_session = { path = "../rustc_session" } + +[dependencies.object] +version = "0.22.0" +default-features = false +features = ["read_core", "elf", "macho", "pe", "unaligned", "archive"]