about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-01-01 15:10:48 +0000
committerbors <bors@rust-lang.org>2020-01-01 15:10:48 +0000
commit1ed41b072093fe7cccd232f9a2964c5fb6ab9f60 (patch)
treedc2b6210198eec743f3a5547988cccec13987417 /src
parente380efa5ecdef714dad72c473fc0933ff4d59283 (diff)
parentd452f892068bf65b3e76cb2e7967c5b3eb3dd523 (diff)
downloadrust-1ed41b072093fe7cccd232f9a2964c5fb6ab9f60.tar.gz
rust-1ed41b072093fe7cccd232f9a2964c5fb6ab9f60.zip
Auto merge of #67729 - mati865:deps, r=nikomatsakis
Bump smallvec
Diffstat (limited to 'src')
-rw-r--r--src/librustc_codegen_llvm/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/Cargo.toml b/src/librustc_codegen_llvm/Cargo.toml
index 140a896b681..ec4967efb56 100644
--- a/src/librustc_codegen_llvm/Cargo.toml
+++ b/src/librustc_codegen_llvm/Cargo.toml
@@ -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" }