]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_expand/Cargo.toml
Auto merge of #74024 - Folyd:master, r=m-ou-se
[rust.git] / compiler / rustc_expand / Cargo.toml
index 7413b0d9431f954cbb3c5d7382ad00fe9b1bed89..59c1604e8444c13325fc2d6e70da8fb3c3a6b6e4 100644 (file)
@@ -23,5 +23,5 @@ rustc_macros = { path = "../rustc_macros" }
 rustc_lexer = { path = "../rustc_lexer" }
 rustc_parse = { path = "../rustc_parse" }
 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" }