Skip to content

Commit

Permalink
Auto merge of #67729 - mati865:deps, r=nikomatsakis
Browse files Browse the repository at this point in the history
Bump smallvec
  • Loading branch information
bors committed Jan 1, 2020
2 parents e380efa + d452f89 commit 1ed41b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3415,7 +3415,7 @@ dependencies = [
"rustc_session",
"rustc_span",
"rustc_target",
"smallvec 0.6.10",
"smallvec 1.0.0",
"syntax",
]

Expand Down
2 changes: 1 addition & 1 deletion src/librustc_codegen_llvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rustc_index = { path = "../librustc_index" }
rustc_llvm = { path = "../librustc_llvm" }
rustc_session = { path = "../librustc_session" }
rustc_target = { path = "../librustc_target" }
smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
syntax = { path = "../libsyntax" }
rustc_expand = { path = "../librustc_expand" }
rustc_span = { path = "../librustc_span" }

0 comments on commit 1ed41b0

Please sign in to comment.