]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_ssa/Cargo.toml
Rollup merge of #87273 - fee1-dead:impl-const-impl-bounds, r=oli-obk
[rust.git] / compiler / rustc_codegen_ssa / Cargo.toml
index 9bd5764f0730dbff3e4772db5a50b0947b2afbe7..a11098b11c6ebea80839eebf9f6fe13041ceb964 100644 (file)
@@ -9,13 +9,14 @@ test = false
 
 [dependencies]
 bitflags = "1.2.1"
-cc = "1.0.68"
+cc = "1.0.69"
 itertools = "0.9"
 tracing = "0.1"
 libc = "0.2.50"
 jobserver = "0.1.22"
 tempfile = "3.2"
 pathdiff = "0.2.0"
+smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
 
 rustc_serialize = { path = "../rustc_serialize" }
 rustc_ast = { path = "../rustc_ast" }