bumped smallvec deps

This commit is contained in:
klensy 2021-02-14 17:37:30 +03:00
parent b86674e7cc
commit 93c8ebe022
25 changed files with 65 additions and 65 deletions

View file

@ -15,5 +15,5 @@ rustc_data_structures = { path = "../rustc_data_structures" }
rustc_index = { path = "../rustc_index" }
rustc_lexer = { path = "../rustc_lexer" }
rustc_macros = { path = "../rustc_macros" }
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
bitflags = "1.2.1"