about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMateusz Mikuła <mati865@gmail.com>2019-12-30 13:48:00 +0100
committerMateusz Mikuła <mati865@gmail.com>2019-12-30 13:50:23 +0100
commitd452f892068bf65b3e76cb2e7967c5b3eb3dd523 (patch)
treeee703fa0c882d5bbf6b748aafc418e931cf1b628 /src
parent580ac0b4f1c6f9cf76f6edafdaf9806437770aff (diff)
downloadrust-d452f892068bf65b3e76cb2e7967c5b3eb3dd523.tar.gz
rust-d452f892068bf65b3e76cb2e7967c5b3eb3dd523.zip
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 71cfacfa560..11426b056fb 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" }
 syntax_expand = { path = "../libsyntax_expand" }
 syntax_pos = { path = "../libsyntax_pos" }