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 @@ -3379,7 +3379,7 @@ dependencies = [
3379
3379
" rustc_llvm" ,
3380
3380
" rustc_session" ,
3381
3381
" rustc_target" ,
3382
- " smallvec 0.6.10 " ,
3382
+ " smallvec 1.0.0 " ,
3383
3383
" syntax" ,
3384
3384
" syntax_expand" ,
3385
3385
" syntax_pos" ,
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
syntax_expand = { path = " ../libsyntax_expand" }
34
34
syntax_pos = { path = " ../libsyntax_pos" }
You can’t perform that action at this time.
0 commit comments