Skip to content

Commit 1ed41b0

Browse files
committed
Auto merge of #67729 - mati865:deps, r=nikomatsakis
Bump smallvec
2 parents e380efa + d452f89 commit 1ed41b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

+1-1
Original file line numberDiff line numberDiff 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

src/librustc_codegen_llvm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rustc_index = { path = "../librustc_index" }
2828
rustc_llvm = { path = "../librustc_llvm" }
2929
rustc_session = { path = "../librustc_session" }
3030
rustc_target = { path = "../librustc_target" }
31-
smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
31+
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
3232
syntax = { path = "../libsyntax" }
3333
rustc_expand = { path = "../librustc_expand" }
3434
rustc_span = { path = "../librustc_span" }

0 commit comments

Comments
 (0)