]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_builtin_macros/Cargo.toml
Rollup merge of #98499 - JulianKnodt:erase_lifetime, r=lcnr
[rust.git] / compiler / rustc_builtin_macros / Cargo.toml
index 9031c3b2ecfbb57821e00d092a6391490b293267..8d8e9d9b5ff4e03a5b8496f36b406a1a7746da3b 100644 (file)
@@ -16,10 +16,11 @@ rustc_errors = { path = "../rustc_errors" }
 rustc_feature = { path = "../rustc_feature" }
 rustc_lexer = { path = "../rustc_lexer" }
 rustc_lint_defs = { path = "../rustc_lint_defs" }
+rustc_macros = { path = "../rustc_macros" }
 rustc_parse = { path = "../rustc_parse" }
 rustc_target = { path = "../rustc_target" }
 rustc_session = { path = "../rustc_session" }
-smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
+smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 rustc_ast = { path = "../rustc_ast" }
 rustc_expand = { path = "../rustc_expand" }
 rustc_span = { path = "../rustc_span" }