Skip to content

Commit d452f89

Browse files
committed
Bump smallvec
1 parent 580ac0b commit d452f89

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
@@ -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",

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
syntax_expand = { path = "../libsyntax_expand" }
3434
syntax_pos = { path = "../libsyntax_pos" }

0 commit comments

Comments
 (0)