File tree 2 files changed +2
-2
lines changed
src/librustc_codegen_llvm
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3415,7 +3415,7 @@ dependencies = [
3415
3415
" rustc_session" ,
3416
3416
" rustc_span" ,
3417
3417
" rustc_target" ,
3418
- " smallvec 0.6.10 " ,
3418
+ " smallvec 1.0.0 " ,
3419
3419
" syntax" ,
3420
3420
]
3421
3421
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ rustc_index = { path = "../librustc_index" }
28
28
rustc_llvm = { path = " ../librustc_llvm" }
29
29
rustc_session = { path = " ../librustc_session" }
30
30
rustc_target = { path = " ../librustc_target" }
31
- smallvec = { version = " 0.6.7 " , features = [" union" , " may_dangle" ] }
31
+ smallvec = { version = " 1.0 " , features = [" union" , " may_dangle" ] }
32
32
syntax = { path = " ../libsyntax" }
33
33
rustc_expand = { path = " ../librustc_expand" }
34
34
rustc_span = { path = " ../librustc_span" }
You can’t perform that action at this time.
0 commit comments