We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e380efa + d452f89 commit 1ed41b0Copy full SHA for 1ed41b0
Cargo.lock
@@ -3415,7 +3415,7 @@ dependencies = [
3415
"rustc_session",
3416
"rustc_span",
3417
"rustc_target",
3418
- "smallvec 0.6.10",
+ "smallvec 1.0.0",
3419
"syntax",
3420
]
3421
src/librustc_codegen_llvm/Cargo.toml
@@ -28,7 +28,7 @@ rustc_index = { path = "../librustc_index" }
28
rustc_llvm = { path = "../librustc_llvm" }
29
rustc_session = { path = "../librustc_session" }
30
rustc_target = { path = "../librustc_target" }
31
-smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
+smallvec = { version = "1.0", features = ["union", "may_dangle"] }
32
syntax = { path = "../libsyntax" }
33
rustc_expand = { path = "../librustc_expand" }
34
rustc_span = { path = "../librustc_span" }
0 commit comments