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 @@ -3415,7 +3415,7 @@ dependencies = [
34153415 " rustc_session" ,
34163416 " rustc_span" ,
34173417 " rustc_target" ,
3418- " smallvec 0.6.10 " ,
3418+ " smallvec 1.0.0 " ,
34193419 " syntax" ,
34203420]
34213421
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" }
3333rustc_expand = { path = " ../librustc_expand" }
3434rustc_span = { path = " ../librustc_span" }
You can’t perform that action at this time.
0 commit comments