File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/librustc_codegen_llvm Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3379,7 +3379,7 @@ dependencies = [
33793379 " rustc_llvm" ,
33803380 " rustc_session" ,
33813381 " rustc_target" ,
3382- " smallvec 0.6.10 " ,
3382+ " smallvec 1.0.0 " ,
33833383 " syntax" ,
33843384 " syntax_expand" ,
33853385 " syntax_pos" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ rustc_index = { path = "../librustc_index" }
2828rustc_llvm = { path = " ../librustc_llvm" }
2929rustc_session = { path = " ../librustc_session" }
3030rustc_target = { path = " ../librustc_target" }
31- smallvec = { version = " 0.6.7 " , features = [" union" , " may_dangle" ] }
31+ smallvec = { version = " 1.0 " , features = [" union" , " may_dangle" ] }
3232syntax = { path = " ../libsyntax" }
3333syntax_expand = { path = " ../libsyntax_expand" }
3434syntax_pos = { path = " ../libsyntax_pos" }
You can’t perform that action at this time.
0 commit comments