diff options
| author | klensy <klensy@users.noreply.github.com> | 2021-02-14 17:37:30 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2021-02-14 18:03:11 +0300 |
| commit | 93c8ebe022d0eac6fb02848dc85f003cf7b7503c (patch) | |
| tree | 46419009d3b39d4458ca3ed384609c4e5831a95b /compiler/rustc_builtin_macros | |
| parent | b86674e7cc8ac9c846ed5aca84aaefc2d0d12e4a (diff) | |
| download | rust-93c8ebe022d0eac6fb02848dc85f003cf7b7503c.tar.gz rust-93c8ebe022d0eac6fb02848dc85f003cf7b7503c.zip | |
bumped smallvec deps
Diffstat (limited to 'compiler/rustc_builtin_macros')
| -rw-r--r-- | compiler/rustc_builtin_macros/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_builtin_macros/Cargo.toml b/compiler/rustc_builtin_macros/Cargo.toml index eb022b5b2b1..962dfbac934 100644 --- a/compiler/rustc_builtin_macros/Cargo.toml +++ b/compiler/rustc_builtin_macros/Cargo.toml @@ -19,7 +19,7 @@ rustc_lexer = { path = "../rustc_lexer" } rustc_parse = { path = "../rustc_parse" } rustc_target = { path = "../rustc_target" } rustc_session = { path = "../rustc_session" } -smallvec = { version = "1.0", features = ["union", "may_dangle"] } +smallvec = { version = "1.6.1", features = ["union", "may_dangle"] } rustc_ast = { path = "../rustc_ast" } rustc_expand = { path = "../rustc_expand" } rustc_span = { path = "../rustc_span" } |
