]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_codegen_gcc/Cargo.toml
New upstream version 1.70.0+dfsg1
[rustc.git] / compiler / rustc_codegen_gcc / Cargo.toml
index 1f3da2f799b781991000e123eceb6d9e3547db23..81066d9ce1f0acd9686f452d201db46eee17bc77 100644 (file)
@@ -27,6 +27,8 @@ gccjit = { git = "https://github.com/antoyo/gccjit.rs" }
 # Local copy.
 #gccjit = { path = "../gccjit.rs" }
 
+smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
+
 [dev-dependencies]
 lang_tester = "0.3.9"
 tempfile = "3.1.0"