about summary refs log tree commit diff
path: root/src/libsyntax_ext
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2019-11-04 15:59:09 +0100
committerRalf Jung <post@ralfj.de>2019-11-04 15:59:09 +0100
commit90b8d34c9f0d17c948801f676a96800e8b038508 (patch)
tree04d11ad36a3fea26f93db0a92aacf509075c46b4 /src/libsyntax_ext
parentab6e47851b51a413db5d721f25d714653e7549fd (diff)
downloadrust-90b8d34c9f0d17c948801f676a96800e8b038508.tar.gz
rust-90b8d34c9f0d17c948801f676a96800e8b038508.zip
bump smallvec to 1.0
Diffstat (limited to 'src/libsyntax_ext')
-rw-r--r--src/libsyntax_ext/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax_ext/Cargo.toml b/src/libsyntax_ext/Cargo.toml
index 440873f3c2b..703d51e1c4c 100644
--- a/src/libsyntax_ext/Cargo.toml
+++ b/src/libsyntax_ext/Cargo.toml
@@ -15,7 +15,7 @@ fmt_macros = { path = "../libfmt_macros" }
 log = "0.4"
 rustc_data_structures = { path = "../librustc_data_structures" }
 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" }