]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_builtin_macros/Cargo.toml
Rollup merge of #99713 - GuillaumeGomez:fix-sidebar-background, r=notriddle
[rust.git] / compiler / rustc_builtin_macros / Cargo.toml
index 7dc947f7d9a143fb1e72d6cdf9ae97814c7908ca..8d8e9d9b5ff4e03a5b8496f36b406a1a7746da3b 100644 (file)
@@ -20,7 +20,7 @@ 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" }