diff options
| author | Ralf Jung <post@ralfj.de> | 2019-11-04 15:59:09 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2019-11-04 15:59:09 +0100 |
| commit | 90b8d34c9f0d17c948801f676a96800e8b038508 (patch) | |
| tree | 04d11ad36a3fea26f93db0a92aacf509075c46b4 /src/libsyntax_expand | |
| parent | ab6e47851b51a413db5d721f25d714653e7549fd (diff) | |
| download | rust-90b8d34c9f0d17c948801f676a96800e8b038508.tar.gz rust-90b8d34c9f0d17c948801f676a96800e8b038508.zip | |
bump smallvec to 1.0
Diffstat (limited to 'src/libsyntax_expand')
| -rw-r--r-- | src/libsyntax_expand/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax_expand/Cargo.toml b/src/libsyntax_expand/Cargo.toml index f063753f599..d98b9457a62 100644 --- a/src/libsyntax_expand/Cargo.toml +++ b/src/libsyntax_expand/Cargo.toml @@ -22,5 +22,5 @@ rustc_data_structures = { path = "../librustc_data_structures" } rustc_index = { path = "../librustc_index" } rustc_lexer = { path = "../librustc_lexer" } 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" } |
