]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_ast/Cargo.toml
Add tracking issue for assert_matches.
[rust.git] / compiler / rustc_ast / Cargo.toml
index 13e17a807c4840cec64cd0493594c059bf536bfd..6b9b9e8155ed200c971bfe30d68fa20c8a8b2e93 100644 (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"