diff options
| author | Nicholas Nethercote <nnethercote@mozilla.com> | 2018-11-29 08:52:22 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <nnethercote@mozilla.com> | 2018-12-10 09:31:27 +1100 |
| commit | ecf6cd4b3c8d4e04e47f1e49a6a8fb4cda19700e (patch) | |
| tree | 6f644cb160467a6eef25fa47cbcd96adf536212c /src/librustc_driver | |
| parent | b755501043d5b27b39f94bcadd57c8d5dedfd6ba (diff) | |
| download | rust-ecf6cd4b3c8d4e04e47f1e49a6a8fb4cda19700e.tar.gz rust-ecf6cd4b3c8d4e04e47f1e49a6a8fb4cda19700e.zip | |
Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature.
Diffstat (limited to 'src/librustc_driver')
| -rw-r--r-- | src/librustc_driver/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_driver/Cargo.toml b/src/librustc_driver/Cargo.toml index 1e32f5ef6f0..0356cc9bd54 100644 --- a/src/librustc_driver/Cargo.toml +++ b/src/librustc_driver/Cargo.toml @@ -35,7 +35,7 @@ rustc_codegen_utils = { path = "../librustc_codegen_utils" } rustc_typeck = { path = "../librustc_typeck" } serialize = { path = "../libserialize" } syntax = { path = "../libsyntax" } -smallvec = { version = "0.6.5", features = ["union"] } +smallvec = { version = "0.6.7", features = ["union", "may_dangle"] } syntax_ext = { path = "../libsyntax_ext" } syntax_pos = { path = "../libsyntax_pos" } |
