]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_middle/Cargo.toml
Auto merge of #96350 - austinabell:skip_optimization, r=Mark-Simulacrum
[rust.git] / compiler / rustc_middle / Cargo.toml
index cee80823443f53c29e55cbfe49c21c569a4fd4f1..008d2c7091c1ea56ef61e1e580b3db46c2520621 100644 (file)
@@ -30,7 +30,7 @@ rustc_serialize = { path = "../rustc_serialize" }
 rustc_ast = { path = "../rustc_ast" }
 rustc_span = { path = "../rustc_span" }
 chalk-ir = "0.80.0"
-smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
+smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 rustc_session = { path = "../rustc_session" }
 rustc_type_ir = { path = "../rustc_type_ir" }
 rand = "0.8.4"