]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_parse/Cargo.toml
Auto merge of #82601 - terhechte:catalyst-support-m1-fix, r=petrochenkov
[rust.git] / compiler / rustc_parse / Cargo.toml
index 52835e5c8a94d03d2aa202573c53d6c8ac28bc8f..c887729c355700d5c83f60e204ec3daa84007a9a 100644 (file)
@@ -19,4 +19,4 @@ rustc_session = { path = "../rustc_session" }
 rustc_span = { path = "../rustc_span" }
 rustc_ast = { path = "../rustc_ast" }
 unicode-normalization = "0.1.11"
-smallvec = { version = "1.0", features = ["union", "may_dangle"] }
+smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }